summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxfactory.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-28 16:51:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-29 08:32:23 +0100
commite63eceabc43d273641e9239e6dfcc60e2f8aeec7 (patch)
tree4ab002d8d452ce21cac7592c87fa3f19ad428151 /src/activeqt/control/qaxfactory.cpp
parent872a278d48982228706ddf151de07c96d90cc73e (diff)
Fix compiler warnings in ActiveQt (MSVC/MinGW).
- Unused variables/parameters - Assigned/unused values - default missing in switch - QString/ASCII conversions Change-Id: I2c71473525d4075d13e7fea3bda3292de62f17aa Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/activeqt/control/qaxfactory.cpp')
-rw-r--r--src/activeqt/control/qaxfactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/activeqt/control/qaxfactory.cpp b/src/activeqt/control/qaxfactory.cpp
index 8759e41..0c92da0 100644
--- a/src/activeqt/control/qaxfactory.cpp
+++ b/src/activeqt/control/qaxfactory.cpp
@@ -317,6 +317,7 @@ QString QAxFactory::exposeToSuperClass(const QString &key) const
*/
bool QAxFactory::stayTopLevel(const QString &key) const
{
+ Q_UNUSED(key)
return false;
}