summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativedom_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativedom_p.h')
-rw-r--r--src/declarative/qml/qdeclarativedom_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/qml/qdeclarativedom_p.h b/src/declarative/qml/qdeclarativedom_p.h
index df1cfdc2..9cda7c85 100644
--- a/src/declarative/qml/qdeclarativedom_p.h
+++ b/src/declarative/qml/qdeclarativedom_p.h
@@ -271,14 +271,14 @@ public:
class Q_DECLARATIVE_PRIVATE_EXPORT QDeclarativeDomValue
{
public:
- enum Type {
+ enum Type {
Invalid,
- Literal,
- PropertyBinding,
+ Literal,
+ PropertyBinding,
ValueSource,
ValueInterceptor,
Object,
- List
+ List
};
QDeclarativeDomValue();