add missing @since 4.3

svn path=/trunk/KDE/kdelibs/; revision=946801
This commit is contained in:
Marco Martin 2009-03-30 12:21:52 +00:00
parent 810a3a293c
commit d6f6c69817

View File

@ -106,11 +106,13 @@ class PLASMA_EXPORT WebView : public QGraphicsWidget
/** /**
* Sets if the page can be scrolled around by dragging the contents with the mouse * Sets if the page can be scrolled around by dragging the contents with the mouse
* @since 4.3
*/ */
void setDragToScroll(bool drag); void setDragToScroll(bool drag);
/** /**
* @return true if the page can be scrolled by dragging the mouse * @return true if the page can be scrolled by dragging the mouse
* @since 4.3
*/ */
bool dragToScroll(); bool dragToScroll();