Move "manage accounts" to right, use player skin when available
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user