aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/SignalStation.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2021-12-05 19:32:25 +0000
committerGitHub <[email protected]>2021-12-05 19:32:25 +0000
commite3ecf7cb0e5fc3058760ac28d58ad9766e9037b6 (patch)
tree4108a6205fb517a694d65b3044f7369f32b43862 /src/ui/SignalStation.h
parentMerge branch 'main' into develop (diff)
parentImprove UI (diff)
downloadGpgFrontend-e3ecf7cb0e5fc3058760ac28d58ad9766e9037b6.tar.gz
GpgFrontend-e3ecf7cb0e5fc3058760ac28d58ad9766e9037b6.zip
Merge pull request #27 from saturneric/develop-ui
Improve UI
Diffstat (limited to '')
-rw-r--r--src/ui/SignalStation.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/SignalStation.h b/src/ui/SignalStation.h
index 38e55d9f..bfd5e197 100644
--- a/src/ui/SignalStation.h
+++ b/src/ui/SignalStation.h
@@ -26,6 +26,9 @@
#define GPGFRONTEND_SIGNALSTATION_H
#include "ui/GpgFrontendUI.h"
+#include "ui/widgets/InfoBoardWidget.h"
+
+namespace GpgFrontend::UI {
class SignalStation : public QObject {
Q_OBJECT
@@ -36,6 +39,11 @@ class SignalStation : public QObject {
signals:
void KeyDatabaseRefresh();
+
+ void signalRefreshInfoBoard(const QString& text,
+ InfoBoardStatus verify_label_status);
};
+} // namespace GpgFrontend::UI
+
#endif // GPGFRONTEND_SIGNALSTATION_H