aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorJanne Pulkkinen <jannepulk@gmail.com>2012-02-03 20:08:50 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2012-02-11 18:24:49 +0100
commit6af93ee2ea58fe513647a6fdf007561d196a0e72 (patch)
treeecfc7bc9e3fa5636ac4ab3c952105d0f87c79090 /src/qt/bitcoingui.h
parent26d9e2c19dc209ba5616e9fca9f521dd7ed94e81 (diff)
downloadbitcoin-6af93ee2ea58fe513647a6fdf007561d196a0e72.tar.xz
Fix Minimize to the tray instead of the taskbar
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 09ad89a894..37ab12577c 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -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();