Added appropriate '@since 4.4' comment to Wallpaper::setContextualActions().

svn path=/trunk/KDE/kdelibs/; revision=1060342
This commit is contained in:
Yuen Hoe Lim 2009-12-08 15:52:54 +00:00
parent a7c62f6796
commit 296f30394a

View File

@ -469,6 +469,8 @@ class PLASMA_EXPORT Wallpaper : public QObject
* Sets the contextual actions for this wallpaper.
*
* @param actions A list of contextual actions for this wallpaper
*
* @since 4.4
**/
void setContextualActions(const QList<QAction*> &actions);