SVN_SILENT: @since fixes

svn path=/trunk/KDE/kdelibs/; revision=959692
This commit is contained in:
Aaron J. Seigo 2009-04-26 20:40:46 +00:00
parent a5c48ddc4f
commit c8d29894f3
2 changed files with 2 additions and 1 deletions

View File

@ -584,7 +584,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
* instances of the same Applet type
* @param args a list of strings containing two entries: the service id
* and the applet id
* @since KDE4.3
* @since 4.3
*/
explicit Applet(QGraphicsItem *parent,
const QString &serviceId,

View File

@ -142,6 +142,7 @@ class PLASMA_EXPORT Extender : public QGraphicsWidget
* Extra convenience function for obtaining groups specified by name. This will avoid needed
* to call item and casting to ExtenderGroup, which is otherwise quite common.
* @returns the requested group
* @since 4.3
*/
ExtenderGroup *group(const QString &name) const;