SVN_SILENT: forgotten @since :D

svn path=/trunk/KDE/kdelibs/; revision=934746
This commit is contained in:
Marco Martin 2009-03-03 18:11:33 +00:00
parent aabf1acf74
commit ca820f5770
2 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,8 @@ class ScrollWidgetPrivate;
* @short A container of widgets that can have scrollbars * @short A container of widgets that can have scrollbars
* *
* A container of widgets that can have horizontal and vertical scrollbars if the content is bigger than the widget itself * A container of widgets that can have horizontal and vertical scrollbars if the content is bigger than the widget itself
*
* @since 4.3
*/ */
class PLASMA_EXPORT ScrollWidget : public QGraphicsWidget class PLASMA_EXPORT ScrollWidget : public QGraphicsWidget
{ {

View File

@ -36,6 +36,8 @@ class TextBrowserPrivate;
* @class TextBrowser plasma/widgets/TextBrowser.h <Plasma/Widgets/TextBrowser> * @class TextBrowser plasma/widgets/TextBrowser.h <Plasma/Widgets/TextBrowser>
* *
* @short Provides a plasma-themed KTextBrowser. * @short Provides a plasma-themed KTextBrowser.
*
* @since 4.3
*/ */
class PLASMA_EXPORT TextBrowser : public QGraphicsProxyWidget class PLASMA_EXPORT TextBrowser : public QGraphicsProxyWidget
{ {