summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3dinput
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-05-16 09:20:43 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-05-22 16:13:12 +0200
commit0570d73b615983b861eedcfced755d20114d1bc0 (patch)
treee1829639f11efa8cb092bb2d5df645bf11e662e5 /src/quick3d/quick3dinput
parentc5395497a72805bd4dd9f092f52cc9bfebeb922b (diff)
Eradicate Q_FOREACH loops and mark the module clean
The only noteworth change is where a loop around spy.events modified the container using takeFirst(). There was no reason to do so, so it was changed to use the loop variable instead of the result of taking. Change-Id: I02c62a7c2efc5d042c6e669fe5daddd7da7e85d2 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/quick3d/quick3dinput')
-rw-r--r--src/quick3d/quick3dinput/quick3dinput.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quick3d/quick3dinput/quick3dinput.pro b/src/quick3d/quick3dinput/quick3dinput.pro
index a05c2190f..e797f3fae 100644
--- a/src/quick3d/quick3dinput/quick3dinput.pro
+++ b/src/quick3d/quick3dinput/quick3dinput.pro
@@ -4,9 +4,6 @@ MODULE = 3dquickinput
QT += core core-private qml qml-private 3dcore 3dinput 3dquick 3dquick-private 3dcore-private 3dinput-private
CONFIG -= precompile_header
-# Qt3D is free of Q_FOREACH - make sure it stays that way:
-DEFINES += QT_NO_FOREACH
-
gcov {
QMAKE_CXXFLAGS += -fprofile-arcs -ftest-coverage
QMAKE_LFLAGS += -fprofile-arcs -ftest-coverage