API Documentation: Fix warnings.

This commit is contained in:
Friedemann Kleint
2011-03-28 14:58:12 +02:00
parent 66780b845e
commit 0e89104b45
16 changed files with 41 additions and 51 deletions

View File

@@ -1177,8 +1177,8 @@ void PluginManagerPrivate::profilingReport(const char *what, const PluginSpec *s
}
/*!
\fn void PluginManager::getObjectByName()
Retrieves one object with a given name from the object pool.
\fn void PluginManager::getObjectByName(const QString &name) const
\brief Retrieves one object with a given name from the object pool.
\sa addObject()
*/
@@ -1194,7 +1194,7 @@ QObject *PluginManager::getObjectByName(const QString &name) const
}
/*!
\fn void PluginManager::getObjectByClassName()
\fn void PluginManager::getObjectByClassName(const QString &className) const
Retrieves one object inheriting a class with a given name from the object pool.
\sa addObject()
*/