aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.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/bitcoin.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/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index d6c6fd6e9..1b063771e 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -55,9 +55,6 @@
#if defined(QT_STATICPLUGIN)
#include <QtPlugin>
-#if QT_VERSION < 0x050400
-Q_IMPORT_PLUGIN(AccessibleFactory)
-#endif
#if defined(QT_QPA_PLATFORM_XCB)
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
#elif defined(QT_QPA_PLATFORM_WINDOWS)