Hide window from taskbar when "minimize to tray" active by making window into Tool window

This commit is contained in:
Wladimir J. van der Laan
2012-02-17 13:50:32 +01:00
parent b7c25e0c13
commit 83d1d1a906
2 changed files with 9 additions and 22 deletions

View File

@@ -58,8 +58,6 @@ private:
QStackedWidget *centralWidget;
QWidget *dummyWidget;
OverviewPage *overviewPage;
QWidget *transactionsPage;
AddressBookPage *addressBookPage;
@@ -133,8 +131,6 @@ public slots:
void gotoMessagePage();
void gotoMessagePage(QString);
void showNormal();
private slots:
/** Switch to overview (home) page */
void gotoOverviewPage();