aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlpropertycache_p.h')
-rw-r--r--src/qml/qml/qqmlpropertycache_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h
index fe7f204e87..a314d22f8b 100644
--- a/src/qml/qml/qqmlpropertycache_p.h
+++ b/src/qml/qml/qqmlpropertycache_p.h
@@ -228,8 +228,8 @@ public:
static Flags flagsForProperty(const QMetaProperty &, QQmlEngine *engine = 0);
void load(const QMetaProperty &, QQmlEngine *engine = 0);
void load(const QMetaMethod &);
- QString name(QObject *);
- QString name(const QMetaObject *);
+ QString name(QObject *) const;
+ QString name(const QMetaObject *) const;
void markAsOverrideOf(QQmlPropertyData *predecessor);