Added grabGesture()
svn path=/trunk/KDE/kdelibs/; revision=1094755
This commit is contained in:
parent
c8cd5ca258
commit
dc3e921b36
@ -32,6 +32,7 @@ using namespace Plasma;
|
||||
AnimableGraphicsWebView::AnimableGraphicsWebView(QGraphicsItem * parent)
|
||||
: KGraphicsWebView(parent)
|
||||
{
|
||||
grabGesture(Qt::PinchGesture);
|
||||
m_dragToScroll = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user