QStyleFactory: remove unused typedef (GCC 4.8 warning)
authorMarc Mutz <marc.mutz@kdab.com>
Fri, 20 Jul 2012 15:36:30 +0000 (17:36 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jul 2012 15:48:34 +0000 (17:48 +0200)
Change-Id: I50ef91f4df3cdf1ae039dce269e37185eece6b8d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
src/widgets/styles/qstylefactory.cpp

index 450ad20..a49f6dc 100644 (file)
@@ -200,7 +200,6 @@ QStringList QStyleFactory::keys()
     QStringList list;
 #ifndef QT_NO_LIBRARY
     typedef QMultiMap<int, QString> PluginKeyMap;
-    typedef PluginKeyMap::const_iterator PluginKeyMapConstIterator;
 
     const PluginKeyMap keyMap = loader()->keyMap();
     const PluginKeyMap::const_iterator cend = keyMap.constEnd();