summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-26 13:34:01 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-26 15:18:46 +0200
commit1680caca6240665519659a502f9c30327374050a (patch)
treefffa17a6e767ce3bda048d251150d4637de21cac
parent5628e7b4e5e62d764430d4352ae595780e58a8d6 (diff)
QAXCLASS: Fix warning about unused variable it
Remove left-over iterator from porting to range based for in 5a1ce04cb71263ab078921f5efc8cf30f95a2eb5. Pick-to: 5.15 Change-Id: I0d16055ab383d536d8e1cc24b5777426fbd5c504 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/activeqt/control/qaxfactory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/activeqt/control/qaxfactory.h b/src/activeqt/control/qaxfactory.h
index d11685a..76be9d5 100644
--- a/src/activeqt/control/qaxfactory.h
+++ b/src/activeqt/control/qaxfactory.h
@@ -260,7 +260,6 @@ private:
{ \
QAxFactory *factory = nullptr; \
QStringList keys; \
- QStringList::Iterator it; \
#define QAXCLASS(Class) \
factory = new QAxClass<Class>(typeLibID().toString(), appID().toString()); \