forgot @since

svn path=/trunk/KDE/kdelibs/; revision=1125201
This commit is contained in:
Chani Armitage 2010-05-10 23:11:21 +00:00
parent c06bea502c
commit d7cb3019dc

View File

@ -355,11 +355,13 @@ class PLASMA_EXPORT Containment : public Applet
* Sets the current activity by id
*
* @param activity the id of the activity
* @since 4.5
*/
void setActivityId(const QString &activity);
/**
* @return the current activity id associated with this containment
* @since 4.5
*/
QString activityId() const;