summaryrefslogtreecommitdiffstats
path: root/src/Viewer/studio3d/q3dsdatainput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Viewer/studio3d/q3dsdatainput.h')
-rw-r--r--src/Viewer/studio3d/q3dsdatainput.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Viewer/studio3d/q3dsdatainput.h b/src/Viewer/studio3d/q3dsdatainput.h
index 2368126e..fc5933fa 100644
--- a/src/Viewer/studio3d/q3dsdatainput.h
+++ b/src/Viewer/studio3d/q3dsdatainput.h
@@ -30,7 +30,7 @@
#ifndef Q3DSDATAINPUT_H
#define Q3DSDATAINPUT_H
-#include "qstudio3dglobal.h"
+#include <QtStudio3D/qstudio3dglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qvariant.h>
@@ -58,9 +58,9 @@ public:
virtual ~Q3DSDataInput();
enum class ValueRole {
- Value,
- Min,
- Max
+ Value = 0,
+ Min = 1,
+ Max = 2
};
QString name() const;