diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index d7a7e1f..692c0e2 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -71,6 +71,8 @@ public: * */ MainWindow(); +public slots: + void setStatusBarText(QString text); protected: /** @@ -105,6 +107,7 @@ private slots: void showKeyDetails(); + void startWizard(); /** |