aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/apptests.cpp
diff options
context:
space:
mode:
authorSjors Provoost <[email protected]>2019-02-12 20:24:29 +0100
committerSjors Provoost <[email protected]>2019-02-14 11:12:30 +0100
commitfd46c4c0018c41d36cd892ccb47485b572d65837 (patch)
tree338a1505b9ea3b8646f82a6c97b31721bbd17822 /src/qt/test/apptests.cpp
parentMerge #15153: gui: Add Open Wallet menu (diff)
downloaddiscoin-fd46c4c0018c41d36cd892ccb47485b572d65837.tar.xz
discoin-fd46c4c0018c41d36cd892ccb47485b572d65837.zip
Bump minimum Qt version to 5.5.1
Diffstat (limited to 'src/qt/test/apptests.cpp')
-rw-r--r--src/qt/test/apptests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/test/apptests.cpp b/src/qt/test/apptests.cpp
index 2c477a2e9..da25d8317 100644
--- a/src/qt/test/apptests.cpp
+++ b/src/qt/test/apptests.cpp
@@ -27,9 +27,7 @@
#include <QTest>
#include <QTextEdit>
#include <QtGlobal>
-#if QT_VERSION >= 0x050000
#include <QtTest/QtTestWidgets>
-#endif
#include <QtTest/QtTestGui>
#include <new>
#include <string>