diff options
author | Janne Pulkkinen <jannepulk@gmail.com> | 2011-09-03 20:05:54 +0300 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-07 17:45:07 +0200 |
commit | 94723e27adf04eb62b3cdb40ead503ee5f40cab4 (patch) | |
tree | 2ec828bfe2f5d5cd33145e13366a912e9da81466 /src/qt/bitcoingui.h | |
parent | cf9195c8085bade8076e064c043756024fcafa5a (diff) |
Pull request #21: windows fixes/cleanup by Matoking
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 59661350c3..97af431f44 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -99,6 +99,8 @@ public slots: */ void askFee(qint64 nFeeRequired, bool *payFee); + void setWindowComposition(); + private slots: // UI pages void gotoOverviewPage(); |