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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickdrawer.cpp b/src/quicktemplates2/qquickdrawer.cpp
index 615396e7..1ebdc035 100644
--- a/src/quicktemplates2/qquickdrawer.cpp
+++ b/src/quicktemplates2/qquickdrawer.cpp
@@ -329,7 +329,7 @@ QQuickDrawer::QQuickDrawer(QObject *parent) :
setFocus(true);
setModal(true);
setFiltersChildMouseEvents(true);
- setClosePolicy(OnEscape | OnReleaseOutside);
+ setClosePolicy(CloseOnEscape | CloseOnReleaseOutside);
}
/*!