diff options
Diffstat (limited to 'src/ui/UISignalStation.h')
-rw-r--r-- | src/ui/UISignalStation.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ui/UISignalStation.h b/src/ui/UISignalStation.h index aee61300..9a762d16 100644 --- a/src/ui/UISignalStation.h +++ b/src/ui/UISignalStation.h @@ -74,6 +74,18 @@ class UISignalStation : public QObject { /** * @brief * + */ + void SignalMainWindowlUpdateBasicalOperaMenu(unsigned int); + + /** + * @brief + * + */ + void SignalMainWindowOpenFile(QString); + + /** + * @brief + * * @param text * @param verify_label_status */ |