summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativeproperty.h')
-rw-r--r--src/declarative/qml/qdeclarativeproperty.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeproperty.h b/src/declarative/qml/qdeclarativeproperty.h
index be1065e..3504a15 100644
--- a/src/declarative/qml/qdeclarativeproperty.h
+++ b/src/declarative/qml/qdeclarativeproperty.h
@@ -73,8 +73,7 @@ public:
enum Type { Invalid = 0x00,
Property = 0x01,
SignalProperty = 0x02,
- Default = 0x08,
- ValueTypeProperty = 0x10
+ Default = 0x08
};
QDeclarativeProperty();