summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Arve Sæther <jan-arve.saether@qt.io>2020-02-07 11:23:53 +0100
committerJan Arve Sæther <jan-arve.saether@qt.io>2020-02-10 15:04:39 +0100
commitf415c5ad2392ff79930c6268698703482d6747ab (patch)
treeb44cc662a22a08978430fa97785510ddf97a98d6
parent71e9c2f0366d5e1b73d7ceb6972f2a57020d1368 (diff)
Remove unused variable
Change-Id: I774b1647eff5fcfa0de5bcc50ca2638644b03613 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--examples/widgets/graphicsview/boxes/scene.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/widgets/graphicsview/boxes/scene.h b/examples/widgets/graphicsview/boxes/scene.h
index 5d65dc71e2..31bc3d7b66 100644
--- a/examples/widgets/graphicsview/boxes/scene.h
+++ b/examples/widgets/graphicsview/boxes/scene.h
@@ -215,7 +215,6 @@ private:
void initGL();
QPointF pixelPosToViewPos(const QPointF& p);
- QTime m_time; // ### Qt 6: remove (unused)
int m_lastTime;
int m_mouseEventTime;
int m_distExp;