SVN_SILENT: add @since 4.3 to the shiny new stuff

svn path=/trunk/KDE/kdelibs/; revision=921029
This commit is contained in:
Marco Martin 2009-02-04 10:59:15 +00:00
parent 9c971e11ba
commit 96fdff9468
2 changed files with 4 additions and 0 deletions

View File

@ -615,6 +615,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
* Emitted when the user clicked on a button of the message overlay
* @see showMessage
* @see Plasma::MessageButton
* @since 4.3
*/
void messageButtonPressed(const MessageButton button);
@ -764,6 +765,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
*
* @see Plasma::MessageButtons
* @see messageButtonPressed
* @since 4.3
*/
void showMessage(const QIcon &icon, const QString &message, const MessageButtons buttons);

View File

@ -164,11 +164,13 @@ public:
* function has no effect
*
* @arg show true if we want to show the tabbar
* @since 4.3
*/
void setTabBarShown(bool show);
/**
* @return true if the tabbar is shown
* @since 4.3
*/
bool isTabBarShown() const;