summaryrefslogtreecommitdiffstats
path: root/examples/qpa/windows
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpa/windows')
-rw-r--r--examples/qpa/windows/window.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/qpa/windows/window.cpp b/examples/qpa/windows/window.cpp
index 0a38d8e43d..1c09c6b3da 100644
--- a/examples/qpa/windows/window.cpp
+++ b/examples/qpa/windows/window.cpp
@@ -18,7 +18,6 @@ Window::Window(QWindow *parent)
: QWindow(parent)
, m_backgroundColorIndex(colorIndexId++)
{
- setSurfaceType(RasterSurface);
setWindowTitle(QLatin1String("Window"));
if (parent)