Grammar fixes in APIDOX
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=875758
This commit is contained in:
parent
704fad3d81
commit
3da27e9822
6
applet.h
6
applet.h
@ -514,7 +514,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
virtual void removeAssociatedWidget(QWidget *widget);
|
virtual void removeAssociatedWidget(QWidget *widget);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get's called when and extender item has to be initialized after a plasma restart. If you
|
* Gets called when and extender item has to be initialized after a plasma restart. If you
|
||||||
* create ExtenderItems in your applet, you should implement this function to again create
|
* create ExtenderItems in your applet, you should implement this function to again create
|
||||||
* the widget that should be shown in this extender item. This function might look something
|
* the widget that should be shown in this extender item. This function might look something
|
||||||
* like this:
|
* like this:
|
||||||
@ -528,7 +528,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
* You can also add one or more custom qactions to this extender item in this function.
|
* You can also add one or more custom qactions to this extender item in this function.
|
||||||
*
|
*
|
||||||
* Note that by default, not all ExtenderItems are persistent. Only items that are detached,
|
* Note that by default, not all ExtenderItems are persistent. Only items that are detached,
|
||||||
* will have there configuration stored when plasma exists.
|
* will have their configuration stored when plasma exits.
|
||||||
*/
|
*/
|
||||||
virtual void initExtenderItem(ExtenderItem *item);
|
virtual void initExtenderItem(ExtenderItem *item);
|
||||||
|
|
||||||
@ -748,7 +748,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the extender this applet has.
|
* @return the extender of this applet.
|
||||||
*/
|
*/
|
||||||
Extender *extender() const;
|
Extender *extender() const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user