Remove documentation for QIconEnginePlugin::keys().
authorRobin Burchell <robin+qt@viroteck.net>
Sat, 23 Jun 2012 10:03:24 +0000 (12:03 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sun, 24 Jun 2012 07:31:57 +0000 (09:31 +0200)
Method was removed in dcf3c95175a93cf883e14a6d434b4306df50cf37.

Change-Id: I6c01ea7d329e15aec8b4ce29e8d3d5c3e784731a
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/gui/image/qiconengineplugin.cpp

index a5a698b..87fa038 100644 (file)
@@ -72,20 +72,10 @@ QT_BEGIN_NAMESPACE
 */
 
 /*!
-    \fn QStringList QIconEnginePlugin::keys() const
-
-    Returns
-
-    \sa create()
-*/
-
-/*!
     \fn QIconEngine* QIconEnginePlugin::create(const QString& filename)
 
     Creates and returns a QIconEngine object for the icon with the given
     \a filename.
-
-    \sa keys()
 */
 
 /*!