summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/qaxfactory.cpp')
-rw-r--r--src/activeqt/control/qaxfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/control/qaxfactory.cpp b/src/activeqt/control/qaxfactory.cpp
index 2a4184f..b510f18 100644
--- a/src/activeqt/control/qaxfactory.cpp
+++ b/src/activeqt/control/qaxfactory.cpp
@@ -493,7 +493,7 @@ bool QAxFactory::registerActiveObject(QObject *object)
return false;
if (!QString::fromWCharArray(qAxModuleFilename).toLower().endsWith(QLatin1String(".exe")))
- return false;
+ return false;
ActiveObject *active = new ActiveObject(object, qAxFactory());
if (!active->wrapper || !active->cookie) {