pluging location or loading failure can also cause null returns
svn path=/trunk/KDE/kdelibs/; revision=1210956
This commit is contained in:
parent
ebe6937516
commit
9f854b8380
8
corona.h
8
corona.h
@ -93,7 +93,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.
|
||||
* when widgets are locked, or if the requested containment plugin can not be located
|
||||
* or successfully loaded.
|
||||
*/
|
||||
Containment *addContainment(const QString &name, const QVariantList &args = QVariantList());
|
||||
|
||||
@ -444,8 +445,9 @@ protected:
|
||||
* @param args argument list to pass to the containment
|
||||
*
|
||||
* @return a pointer to the containment on success, or 0 on failure. Failure can
|
||||
* be caused by the Immutability type being too restrictive (can't add containments
|
||||
* when widgets are locked).
|
||||
* be caused by the Immutability type being too restrictive, as containments can't be added
|
||||
* when widgets are locked, or if the requested containment plugin can not be located
|
||||
* or successfully loaded.
|
||||
* @see addContainment
|
||||
**/
|
||||
Containment *addContainmentDelayed(const QString &name,
|
||||
|
Loading…
Reference in New Issue
Block a user