aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdrawer_p_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-05-03 21:19:09 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-05-03 21:19:09 +0200
commit87c1b763147f0dd15e7724fd2a41244dd856613c (patch)
tree2212e206ffc9085209776925c3145f1cff8d7493 /src/quicktemplates2/qquickdrawer_p_p.h
parentea381fba363fcf9b9ef463f24eb90c5e5517fd01 (diff)
parent3af18224190d2c008a4ed6fe39b07e60db5dc683 (diff)
Merge remote-tracking branch 'origin/5.9' into dev
Conflicts: src/imports/controls/universal/CheckDelegate.qml src/imports/controls/universal/RadioDelegate.qml src/imports/controls/universal/Switch.qml src/imports/controls/universal/SwitchDelegate.qml Change-Id: I9bca4b8d9ce3f6c5c7589daa0ced7d0353f42efc
Diffstat (limited to 'src/quicktemplates2/qquickdrawer_p_p.h')
-rw-r--r--src/quicktemplates2/qquickdrawer_p_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickdrawer_p_p.h b/src/quicktemplates2/qquickdrawer_p_p.h
index 304efb24..110aa350 100644
--- a/src/quicktemplates2/qquickdrawer_p_p.h
+++ b/src/quicktemplates2/qquickdrawer_p_p.h
@@ -66,7 +66,9 @@ public:
return drawer->d_func();
}
+ qreal offsetAt(const QPointF &point) const;
qreal positionAt(const QPointF &point) const;
+
void reposition() override;
void resizeOverlay() override;