help the apidox out a bit to be clearer where that enum comes from
svn path=/trunk/KDE/kdelibs/; revision=1197441
This commit is contained in:
parent
c1f8c20bfd
commit
a4b06ced4d
4
applet.h
4
applet.h
@ -778,7 +778,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
* @see Plasma::MessageButton
|
* @see Plasma::MessageButton
|
||||||
* @since 4.3
|
* @since 4.3
|
||||||
*/
|
*/
|
||||||
void messageButtonPressed(const MessageButton button);
|
void messageButtonPressed(const Plasma::MessageButton button);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emitted when the applet is deleted
|
* Emitted when the applet is deleted
|
||||||
@ -1002,7 +1002,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
* @see messageButtonPressed
|
* @see messageButtonPressed
|
||||||
* @since 4.3
|
* @since 4.3
|
||||||
*/
|
*/
|
||||||
void showMessage(const QIcon &icon, const QString &message, const MessageButtons buttons);
|
void showMessage(const QIcon &icon, const QString &message, const Plasma::MessageButtons buttons);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when any of the geometry constraints have been updated.
|
* Called when any of the geometry constraints have been updated.
|
||||||
|
Loading…
Reference in New Issue
Block a user