summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qabstractlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qabstractlight.h')
-rw-r--r--src/render/lights/qabstractlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qabstractlight.h b/src/render/lights/qabstractlight.h
index 7cc98b57b..33a88b215 100644
--- a/src/render/lights/qabstractlight.h
+++ b/src/render/lights/qabstractlight.h
@@ -67,7 +67,7 @@ public:
DirectionalLight,
SpotLight
};
- Q_ENUM(Type)
+ Q_ENUM(Type) // LCOV_EXCL_LINE
Type type() const;
QColor color() const;