summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/windowflags/previewwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/windowflags/previewwindow.cpp')
-rw-r--r--examples/widgets/widgets/windowflags/previewwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/widgets/widgets/windowflags/previewwindow.cpp b/examples/widgets/widgets/windowflags/previewwindow.cpp
index f8c297a41e..65ff83d44b 100644
--- a/examples/widgets/widgets/windowflags/previewwindow.cpp
+++ b/examples/widgets/widgets/windowflags/previewwindow.cpp
@@ -94,6 +94,8 @@ void PreviewWindow::setWindowFlags(Qt::WindowFlags flags)
text += "\n| Qt::X11BypassWindowManagerHint";
if (flags & Qt::FramelessWindowHint)
text += "\n| Qt::FramelessWindowHint";
+ if (flags & Qt::NoDropShadowWindowHint)
+ text += "\n| Qt::NoDropShadowWindowHint";
if (flags & Qt::WindowTitleHint)
text += "\n| Qt::WindowTitleHint";
if (flags & Qt::WindowSystemMenuHint)