SVN_SILENT: @since fixes
svn path=/trunk/KDE/kdelibs/; revision=959692
This commit is contained in:
parent
a5c48ddc4f
commit
c8d29894f3
2
applet.h
2
applet.h
@ -584,7 +584,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
* instances of the same Applet type
|
* instances of the same Applet type
|
||||||
* @param args a list of strings containing two entries: the service id
|
* @param args a list of strings containing two entries: the service id
|
||||||
* and the applet id
|
* and the applet id
|
||||||
* @since KDE4.3
|
* @since 4.3
|
||||||
*/
|
*/
|
||||||
explicit Applet(QGraphicsItem *parent,
|
explicit Applet(QGraphicsItem *parent,
|
||||||
const QString &serviceId,
|
const QString &serviceId,
|
||||||
|
@ -142,6 +142,7 @@ class PLASMA_EXPORT Extender : public QGraphicsWidget
|
|||||||
* Extra convenience function for obtaining groups specified by name. This will avoid needed
|
* 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.
|
* to call item and casting to ExtenderGroup, which is otherwise quite common.
|
||||||
* @returns the requested group
|
* @returns the requested group
|
||||||
|
* @since 4.3
|
||||||
*/
|
*/
|
||||||
ExtenderGroup *group(const QString &name) const;
|
ExtenderGroup *group(const QString &name) const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user