From 7d7579d7f04f88013d7e4d064b2becec28cced61 Mon Sep 17 00:00:00 2001 From: Sky Date: Wed, 27 Nov 2013 16:56:15 +0000 Subject: Move "manage accounts" to right, use player skin when available --- gui/MainWindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/MainWindow.h') 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; }; -- cgit v1.2.3