diff options
Diffstat (limited to 'src/ui/SignalStation.h')
-rw-r--r-- | src/ui/SignalStation.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/SignalStation.h b/src/ui/SignalStation.h index 48651f1b..5037ef4f 100644 --- a/src/ui/SignalStation.h +++ b/src/ui/SignalStation.h @@ -91,6 +91,12 @@ class SignalStation : public QObject { * */ void SignalNeedUserInputPassphrase(); + + /** + * @brief + * + */ + void SignalRestartApplication(int); }; } // namespace GpgFrontend::UI |