Fix Minimize to the tray instead of the taskbar
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
26d9e2c19d
commit
6af93ee2ea
@@ -58,6 +58,8 @@ private:
|
||||
|
||||
QStackedWidget *centralWidget;
|
||||
|
||||
QWidget *dummyWidget;
|
||||
|
||||
OverviewPage *overviewPage;
|
||||
QWidget *transactionsPage;
|
||||
AddressBookPage *addressBookPage;
|
||||
@@ -131,6 +133,8 @@ public slots:
|
||||
void gotoMessagePage();
|
||||
void gotoMessagePage(QString);
|
||||
|
||||
void showNormal();
|
||||
|
||||
private slots:
|
||||
/** Switch to overview (home) page */
|
||||
void gotoOverviewPage();
|
||||
|
||||
Reference in New Issue
Block a user