aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/glsl
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-11-23 22:33:59 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-11-24 16:02:47 +0000
commit68116ae4f1cd4e1f0c27c6e8b708c79867ee0028 (patch)
tree9fcc07329b4353e74447e4a249cfc2762391ad11 /src/libs/glsl
parent6a20c52cc9cfb8850dae4e3c868a5445c00684b9 (diff)
GLSLEditor: Replace foreach with range-based for loops
Change-Id: Ie28411ec0f69a4cee0feff61b11ed73a897174ea Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/libs/glsl')
-rw-r--r--src/libs/glsl/glslengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/glsl/glslengine.cpp b/src/libs/glsl/glslengine.cpp
index c120dd173b..ecb6c024fd 100644
--- a/src/libs/glsl/glslengine.cpp
+++ b/src/libs/glsl/glslengine.cpp
@@ -164,7 +164,6 @@ const ArrayType *Engine::arrayType(const Type *elementType)
return _arrayTypes.intern(ArrayType(elementType));
}
-
QList<DiagnosticMessage> Engine::diagnosticMessages() const
{
return _diagnosticMessages;