summaryrefslogtreecommitdiffstats
path: root/src/Authoring/QT3DSIMP/Qt3DSImportSGTranslation/Qt3DSImportTranslation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/QT3DSIMP/Qt3DSImportSGTranslation/Qt3DSImportTranslation.h')
-rw-r--r--src/Authoring/QT3DSIMP/Qt3DSImportSGTranslation/Qt3DSImportTranslation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Authoring/QT3DSIMP/Qt3DSImportSGTranslation/Qt3DSImportTranslation.h b/src/Authoring/QT3DSIMP/Qt3DSImportSGTranslation/Qt3DSImportTranslation.h
index 9808c12d..70e148ac 100644
--- a/src/Authoring/QT3DSIMP/Qt3DSImportSGTranslation/Qt3DSImportTranslation.h
+++ b/src/Authoring/QT3DSIMP/Qt3DSImportSGTranslation/Qt3DSImportTranslation.h
@@ -55,6 +55,8 @@ typedef enum _ESceneGraphWarningCode {
ESceneGraphWarningCode_MissingMaterial,
// Unsupported light type.
ESceneGraphWarningCode_UnsupportedLight,
+ // For rotation warnings.
+ ESceneGraphWarningCode_Rotations,
// For generic warnings.
ESceneGraphWarningCode_Generic
} ESceneGraphWarningCode;