summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-10-09 10:11:15 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-10-09 10:11:15 (GMT)
commit76448b41bb9c6212d2534f0597f9973c881c77bd (patch)
treedd9168cef9813af621c329c872a484755695220d /src
parent65aa9ff2704fed181eee2b189fc0db81a59ff75f (diff)
downloadQt-76448b41bb9c6212d2534f0597f9973c881c77bd.zip
Qt-76448b41bb9c6212d2534f0597f9973c881c77bd.tar.gz
Qt-76448b41bb9c6212d2534f0597f9973c881c77bd.tar.bz2
Fix build
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qmlpropertycache_p.h2
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 &&