add missing @since 4.3
svn path=/trunk/KDE/kdelibs/; revision=946801
This commit is contained in:
parent
810a3a293c
commit
d6f6c69817
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user