diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-06-02 05:03:16 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-06-02 05:03:16 -0700 |
commit | 34d03f2474065c6110d10965f8e8aa30ed948db5 (patch) | |
tree | 5d75b9632e652a907d8956f4418d5b137c95c7a0 /src/qt/splashscreen.cpp | |
parent | 3d661110dae5fe62585ab753ef996f081a11855d (diff) | |
parent | 25c0cce7fb494fcb871d134e28b26504d30e34d3 (diff) |
Merge pull request #2721 from laanwj/2013_05_qt5
Qt5 compatibility
Diffstat (limited to 'src/qt/splashscreen.cpp')
-rw-r--r-- | src/qt/splashscreen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index f8d16699ca..95948a6cbd 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -3,6 +3,7 @@ #include "util.h" #include <QPainter> +#undef loop /* ugh, remove this when the #define loop is gone from util.h */ #include <QApplication> SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f) : |