aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2012-02-10 09:31:21 -0800
committerWladimir J. van der Laan <[email protected]>2012-02-10 09:31:21 -0800
commit26d9e2c19dc209ba5616e9fca9f521dd7ed94e81 (patch)
treebd685a1a7ef43993ced14486cc34e391e04f6cc7 /src
parentMerge pull request #813 from dooglus/master (diff)
parentEnable accessible widgets Qt module on win32, so that people with screen read... (diff)
downloaddiscoin-26d9e2c19dc209ba5616e9fca9f521dd7ed94e81.tar.xz
discoin-26d9e2c19dc209ba5616e9fca9f521dd7ed94e81.zip
Merge pull request #818 from laanwj/2012_02_win32_qtaccessible
Enable accessible widgets Qt module on win32
Diffstat (limited to 'src')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index d39e18e48..22f34aa75 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -21,6 +21,7 @@ Q_IMPORT_PLUGIN(qcncodecs)
Q_IMPORT_PLUGIN(qjpcodecs)
Q_IMPORT_PLUGIN(qtwcodecs)
Q_IMPORT_PLUGIN(qkrcodecs)
+Q_IMPORT_PLUGIN(qtaccessiblewidgets)
#endif
using namespace std;