diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-10-09 10:11:15 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-10-09 10:11:15 (GMT) |
commit | 76448b41bb9c6212d2534f0597f9973c881c77bd (patch) | |
tree | dd9168cef9813af621c329c872a484755695220d | |
parent | 65aa9ff2704fed181eee2b189fc0db81a59ff75f (diff) | |
download | Qt-76448b41bb9c6212d2534f0597f9973c881c77bd.zip Qt-76448b41bb9c6212d2534f0597f9973c881c77bd.tar.gz Qt-76448b41bb9c6212d2534f0597f9973c881c77bd.tar.bz2 |
Fix build
-rw-r--r-- | src/declarative/qml/qmlpropertycache_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlpropertycache_p.h b/src/declarative/qml/qmlpropertycache_p.h index f1b1219..91b0c53 100644 --- a/src/declarative/qml/qmlpropertycache_p.h +++ b/src/declarative/qml/qmlpropertycache_p.h @@ -132,7 +132,7 @@ QmlPropertyCache::Data::Data() { } -bool QmlPropertyCache::Data::operator==(const QmlPropertyCache::Data::Data &other) +bool QmlPropertyCache::Data::operator==(const QmlPropertyCache::Data &other) { return flags == other.flags && propType == other.propType && |