Fix Minimize to the tray instead of the taskbar

This commit is contained in:
Janne Pulkkinen
2012-02-03 20:08:50 +02:00
committed by Wladimir J. van der Laan
parent 26d9e2c19d
commit 6af93ee2ea
2 changed files with 27 additions and 11 deletions

View File

@@ -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();