diff options
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r-- | gui/MainWindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h index 3b8d4668..4e20d7cb 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -146,6 +146,8 @@ slots: void startTask(Task *task); + void activeAccountChanged(); + protected: bool eventFilter(QObject *obj, QEvent *ev); void setCatBackground(bool enabled); @@ -167,4 +169,6 @@ private: QLabel *m_statusLeft; QLabel *m_statusRight; + + QToolButton *actionManageAccounts; }; |