From 0570d73b615983b861eedcfced755d20114d1bc0 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 16 May 2019 09:20:43 +0200 Subject: 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 --- src/quick3d/imports/input/importsinput.pro | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/quick3d/imports/input/importsinput.pro') diff --git a/src/quick3d/imports/input/importsinput.pro b/src/quick3d/imports/input/importsinput.pro index 2b0dd0354..ec333f992 100644 --- a/src/quick3d/imports/input/importsinput.pro +++ b/src/quick3d/imports/input/importsinput.pro @@ -5,9 +5,6 @@ IMPORT_VERSION = 2.$$QT_MINOR_VERSION QT += core-private qml 3dcore 3dinput 3dinput-private 3dquickinput-private -# Qt3D is free of Q_FOREACH - make sure it stays that way: -DEFINES += QT_NO_FOREACH - OTHER_FILES += qmldir HEADERS += \ -- cgit v1.2.3