aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickoverlay_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-27 11:09:14 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-27 14:33:36 +0000
commit6060986368fcd14559141233719c767b97992590 (patch)
tree01292b4d88719ec77a073cea23f99ebfc870245a /src/quicktemplates2/qquickoverlay_p_p.h
parent52ea821c43dfd6afc9ad21a9066c1eb39937c40d (diff)
Add QQuickOverlayPrivate::startDrag()
Change-Id: I9558f82cb7330e451c043e25c9a140f49eefa219 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickoverlay_p_p.h')
-rw-r--r--src/quicktemplates2/qquickoverlay_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickoverlay_p_p.h b/src/quicktemplates2/qquickoverlay_p_p.h
index 82065c79..f3ff0a52 100644
--- a/src/quicktemplates2/qquickoverlay_p_p.h
+++ b/src/quicktemplates2/qquickoverlay_p_p.h
@@ -70,6 +70,7 @@ public:
return overlay->d_func();
}
+ bool startDrag(QEvent *event);
bool handlePress(QEvent *event);
bool handleMove(QEvent *event);
bool handleRelease(QEvent *event);