@since fixes

svn path=/trunk/KDE/kdelibs/; revision=971221
This commit is contained in:
Chani Armitage 2009-05-22 02:12:48 +00:00
parent 1ecde54607
commit 01895ba4b5

View File

@ -624,6 +624,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
/** /**
* returns true if the applet is allowed to perform functions covered by the given constraint * returns true if the applet is allowed to perform functions covered by the given constraint
* eg. isAllowed("FileDialog") returns true iff applets are allowed to show filedialogs. * eg. isAllowed("FileDialog") returns true iff applets are allowed to show filedialogs.
* @since 4.3
*/ */
bool isAllowed(const QString &constraint); bool isAllowed(const QString &constraint);