summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-10 17:13:32 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-10 17:13:32 +1000
commit5c4e609c4505fc0fb1564d8daea06e68df5d8f13 (patch)
tree1e1c44eff82b0605b697605d96da6bdb71dd8290 /src
parentf5693b93949758905dac770a0c21eb34c4e1686b (diff)
downloadqt4-tools-5c4e609c4505fc0fb1564d8daea06e68df5d8f13.tar.gz
Doc
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativepropertycache_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qdeclarativepropertycache_p.h b/src/declarative/qml/qdeclarativepropertycache_p.h
index db93de3f32..79ddf8d179 100644
--- a/src/declarative/qml/qdeclarativepropertycache_p.h
+++ b/src/declarative/qml/qdeclarativepropertycache_p.h
@@ -115,9 +115,9 @@ public:
struct ValueTypeData {
inline ValueTypeData();
inline bool operator==(const ValueTypeData &);
- Data::Flags flags; // flags on the value type wrapper
- int valueTypeCoreIdx; // The prop index of the access property on the value type wrapper
- int valueTypePropType; // The QVariant::Type of access property on the value type wrapper
+ Data::Flags flags; // flags of the access property on the value type proxy object
+ int valueTypeCoreIdx; // The prop index of the access property on the value type proxy object
+ int valueTypePropType; // The QVariant::Type of access property on the value type proxy object
};
void update(QDeclarativeEngine *, const QMetaObject *);