diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-02-17 09:16:19 -0500 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-02-17 09:16:19 -0500 |
commit | fb811c31fd28d1d637a50f784af620d085fa32d4 (patch) | |
tree | d665c0e80f5461ca3b819d2cefdf342b90476d77 /src/qt/bitcoingui.h | |
parent | 9ab932b76988d41ea83d4c5cfb9353e06922ccaa (diff) | |
parent | 0365f19dececa3bd84ae28ec4aabb955ffb8b405 (diff) |
Merge branch '0.5.0.x' into 0.5.x
Conflicts:
src/qt/bitcoingui.cpp
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index a0905e44ad..48eac2aa33 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -57,6 +57,8 @@ private: QStackedWidget *centralWidget; + QWidget *dummyWidget; + OverviewPage *overviewPage; QWidget *transactionsPage; AddressBookPage *addressBookPage; @@ -124,6 +126,8 @@ public slots: */ void askFee(qint64 nFeeRequired, bool *payFee); + void showNormal(); + private slots: /** Switch to overview (home) page */ void gotoOverviewPage(); |