summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qstenciloperationarguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qstenciloperationarguments.h')
-rw-r--r--src/render/renderstates/qstenciloperationarguments.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/renderstates/qstenciloperationarguments.h b/src/render/renderstates/qstenciloperationarguments.h
index 31d32f4d5..db80ecc19 100644
--- a/src/render/renderstates/qstenciloperationarguments.h
+++ b/src/render/renderstates/qstenciloperationarguments.h
@@ -65,7 +65,7 @@ public:
Back = 0x0405,
FrontAndBack = 0x0408
};
- Q_ENUM(FaceMode)
+ Q_ENUM(FaceMode) // LCOV_EXCL_LINE
enum Operation
{
@@ -78,7 +78,7 @@ public:
DecrementWrap = 0x8508,
Invert = 0x150A
};
- Q_ENUM(Operation)
+ Q_ENUM(Operation) // LCOV_EXCL_LINE
~QStencilOperationArguments();