aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdrawer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickdrawer.cpp')
-rw-r--r--src/quicktemplates2/qquickdrawer.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickdrawer.cpp b/src/quicktemplates2/qquickdrawer.cpp
index 91356b1d..e6ea747d 100644
--- a/src/quicktemplates2/qquickdrawer.cpp
+++ b/src/quicktemplates2/qquickdrawer.cpp
@@ -161,7 +161,9 @@ QT_BEGIN_NAMESPACE
*/
QQuickDrawerPrivate::QQuickDrawerPrivate()
- : edge(Qt::LeftEdge), offset(0), position(0),
+ : edge(Qt::LeftEdge),
+ offset(0),
+ position(0),
dragMargin(QGuiApplication::styleHints()->startDragDistance())
{
setEdge(Qt::LeftEdge);