diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-02-10 08:28:32 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-02-10 08:28:32 +0100 |
commit | 2e5a781c644f09c259ad24c83c1444e882eab819 (patch) | |
tree | 1e284495914ea5c48f5decec0e753becb494417b /src/init.cpp | |
parent | a15bc1763238e17dfb88f39590a5364a8e1bfff0 (diff) |
Enable accessible widgets Qt module on win32, so that people with screen readers such as NVDA can make sense of it.
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index d39e18e485..22f34aa755 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; |