summaryrefslogtreecommitdiffstats
path: root/tests/manual/paintedtexture-cpp/scene.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2020-08-18 10:41:03 +0200
committerPaul Lemire <paul.lemire@kdab.com>2020-08-18 16:36:14 +0200
commit25ac41ad815aada8470e9a6689ac4c86bd3d4a22 (patch)
tree9abc62f562d309a7dfa669f0fdc9d04bfc7c7b46 /tests/manual/paintedtexture-cpp/scene.cpp
parent30e2c852c03d3aa4cd7ad29abdd48c2bd7103983 (diff)
Fix compile warnings
Change-Id: I4fbded297c1988b3ace17f6675527a0a00db8973 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'tests/manual/paintedtexture-cpp/scene.cpp')
-rw-r--r--tests/manual/paintedtexture-cpp/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/paintedtexture-cpp/scene.cpp b/tests/manual/paintedtexture-cpp/scene.cpp
index e5ef6730f..5931d003c 100644
--- a/tests/manual/paintedtexture-cpp/scene.cpp
+++ b/tests/manual/paintedtexture-cpp/scene.cpp
@@ -71,7 +71,7 @@ public:
}
protected:
- void paint(QPainter *painter)
+ void paint(QPainter *painter) override
{
int w = painter->device()->width();
int h = painter->device()->height();