diff options
| author | Philip Kaufmann <[email protected]> | 2013-10-25 14:19:44 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-10-25 14:28:34 +0200 |
| commit | d57a496c513e5f1c44a19972225d105e568f0594 (patch) | |
| tree | b77c0e5af3f61d72823f6cfb426ee0f63a251c85 /src/qt/receiverequestdialog.cpp | |
| parent | Merge pull request #3099 from laanwj/2013_10_new_receive_flow (diff) | |
| download | discoin-d57a496c513e5f1c44a19972225d105e568f0594.tar.xz discoin-d57a496c513e5f1c44a19972225d105e568f0594.zip | |
[Qt] misc small fixes for #3099 (new receive flow)
- changes some strings that were forgotton or made no sense in the conext
they are used
- remove an orphan file from the qt project file
- revert a small change in signverifymessagedialog.ui
- guard #include "bitcoin-config.h" with #if defined(HAVE_CONFIG_H)
- remove windowTitle from addressbookpage.ui
Diffstat (limited to 'src/qt/receiverequestdialog.cpp')
| -rw-r--r-- | src/qt/receiverequestdialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/receiverequestdialog.cpp b/src/qt/receiverequestdialog.cpp index cb0a07fcd..896acfd23 100644 --- a/src/qt/receiverequestdialog.cpp +++ b/src/qt/receiverequestdialog.cpp @@ -16,7 +16,9 @@ #include <QUrl> #endif +#if defined(HAVE_CONFIG_H) #include "bitcoin-config.h" /* for USE_QRCODE */ +#endif #ifdef USE_QRCODE #include <qrencode.h> |