make apidocs reflect reality

This commit is contained in:
Marco Martin 2013-11-04 13:11:54 +01:00
parent 61e9b989cf
commit 67f459609a

View File

@ -85,8 +85,8 @@ public:
*
* @return a pointer to the containment on success, or 0 on failure. Failure can be
* caused by too restrictive of an Immutability type, as containments cannot be added
* when widgets are locked, or if the requested containment plugin can not be located
* or successfully loaded.
* when widgets are locked.
* If the requested containment plugin can not be located or successfully loaded, the Containment will have an invalid pluginInfo().
*/
Containment *createContainment(const QString &name, const QVariantList &args = QVariantList());