summaryrefslogtreecommitdiffstats
path: root/src/core/PopupWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/PopupWindow.cpp')
-rw-r--r--src/core/PopupWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/PopupWindow.cpp b/src/core/PopupWindow.cpp
index 1146033..2ec6992 100644
--- a/src/core/PopupWindow.cpp
+++ b/src/core/PopupWindow.cpp
@@ -21,7 +21,7 @@
PopupWindow::PopupWindow(QWindow* parent)
: QQuickWindow(parent)
{
- setWindowFlags(Qt::Popup);
+ setFlags(Qt::Popup);
QSurfaceFormat surfaceFormat;
surfaceFormat.setAlphaBufferSize(8);
setFormat(surfaceFormat);