File tree Expand file tree Collapse file tree 7 files changed +13
-12
lines changed
Expand file tree Collapse file tree 7 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 22 * W.J. van der Laan 2011-2012
33 */
44
5- #include < QApplication>
6-
75#include " bitcoingui.h"
86#include " clientmodel.h"
97#include " walletmodel.h"
1715#include " splashscreen.h"
1816#include " intro.h"
1917
18+ #undef loop /* Todo: ugh, remove this when the #define loop is gone from util.h */
19+ #include < QApplication>
2020#include < QMessageBox>
2121#if QT_VERSION < 0x050000
2222#include < QTextCodec>
Original file line number Diff line number Diff line change 44#include " bitcoinunits.h"
55#include " guiconstants.h"
66
7+ #include < QApplication>
78#include < QHBoxLayout>
89#include < QKeyEvent>
910#include < QDoubleSpinBox>
10- # include < QApplication >
11+
1112#include < qmath.h> // for qPow()
1213
1314BitcoinAmountField::BitcoinAmountField (QWidget *parent):
Original file line number Diff line number Diff line change 55 * The Bitcoin Developers 2011-2012
66 */
77
8- #include < QApplication>
9-
108#include " bitcoingui.h"
119
1210#include " transactiontablemodel.h"
3028#include " macdockiconhandler.h"
3129#endif
3230
31+ #undef loop /* Todo: ugh, remove this when the #define loop is gone from util.h */
32+ #include < QApplication>
3333#include < QMenuBar>
3434#include < QMenu>
3535#include < QIcon>
Original file line number Diff line number Diff line change 1- #include < QApplication>
2-
31#include " guiutil.h"
42
53#include " bitcoinaddressvalidator.h"
97#include " util.h"
108#include " init.h"
119
10+ #undef loop /* Todo: ugh, remove this when the #define loop is gone from util.h */
11+ #include < QApplication>
1212#include < QDateTime>
1313#include < QDoubleValidator>
1414#include < QFont>
Original file line number Diff line number Diff line change 11#include " notificator.h"
22
3+ #include < QApplication>
34#include < QMetaType>
45#include < QVariant>
56#include < QIcon>
6- #include < QApplication>
77#include < QStyle>
88#include < QByteArray>
99#include < QSystemTrayIcon>
Original file line number Diff line number Diff line change 22// Distributed under the MIT/X11 software license, see the accompanying
33// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
5- #include < QApplication>
6-
75#include " paymentserver.h"
86
97#include " guiconstants.h"
108#include " ui_interface.h"
119#include " util.h"
1210
11+ #undef loop /* Todo: ugh, remove this when the #define loop is gone from util.h */
12+ #include < QApplication>
1313#include < QByteArray>
1414#include < QDataStream>
1515#include < QDebug>
Original file line number Diff line number Diff line change 22#include " clientversion.h"
33#include " util.h"
44
5- #include < QPainter>
6- #undef loop /* ugh, remove this when the #define loop is gone from util.h */
5+ #undef loop /* Todo: ugh, remove this when the #define loop is gone from util.h */
76#include < QApplication>
7+ #include < QPainter>
88
99SplashScreen::SplashScreen (const QPixmap &pixmap, Qt::WindowFlags f) :
1010 QSplashScreen(pixmap, f)
You can’t perform that action at this time.
0 commit comments