summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
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 /tests/auto/other
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 'tests/auto/other')
-rw-r--r--tests/auto/other/lancelot/paintcommands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/other/lancelot/paintcommands.cpp b/tests/auto/other/lancelot/paintcommands.cpp
index c1ff7e7a87..e98df3781e 100644
--- a/tests/auto/other/lancelot/paintcommands.cpp
+++ b/tests/auto/other/lancelot/paintcommands.cpp
@@ -31,6 +31,7 @@
#include <qfile.h>
#include <qfileinfo.h>
#include <qpainter.h>
+#include <qpainterpath.h>
#include <qbitmap.h>
#include <qtextstream.h>
#include <qtextlayout.h>