summaryrefslogtreecommitdiffstats
path: root/examples/opengl/qopenglwindow
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2020-03-05 09:36:49 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2020-03-06 21:09:48 +0100
commit50d2acdc93b4de2ba56eb67787e2bdcb21dd4bea (patch)
tree112fe07180c2a24bec970510c7b2432d57319757 /examples/opengl/qopenglwindow
parentccee938b5193ff90a6fecc1f4635b856a24718bd (diff)
Add default arguments to QPainterPath methods using transform
Fixes: QTBUG-82602 Change-Id: Id82f145ffb33e6d4ef9b81282ad14657b1c8fbd0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples/opengl/qopenglwindow')
-rw-r--r--examples/opengl/qopenglwindow/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opengl/qopenglwindow/main.cpp b/examples/opengl/qopenglwindow/main.cpp
index 8932269ddf..7ce4dd0977 100644
--- a/examples/opengl/qopenglwindow/main.cpp
+++ b/examples/opengl/qopenglwindow/main.cpp
@@ -51,6 +51,7 @@
#include <QOpenGLWindow>
#include <QScreen>
#include <QPainter>
+#include <QPainterPath>
#include <QGuiApplication>
#include <QMatrix4x4>
#include <QStaticText>