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

View File

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