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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h
index 524546e737..82217f3b22 100644
--- a/src/qml/qml/qqmlpropertycache_p.h
+++ b/src/qml/qml/qqmlpropertycache_p.h
@@ -305,10 +305,6 @@ public:
QQmlContextData *, QQmlPropertyData &);
static QQmlPropertyData *property(QQmlEngine *, QObject *, const QV4::String *,
QQmlContextData *, QQmlPropertyData &);
- static int *methodParameterTypes(QObject *, int index, QVarLengthArray<int, 9> &dummy,
- QByteArray *unknownTypeError);
- static int methodReturnType(QObject *, const QQmlPropertyData &data,
- QByteArray *unknownTypeError);
//see QMetaObjectPrivate::originalClone
int originalClone(int index);
@@ -340,6 +336,7 @@ private:
friend class QQmlCompiler;
friend class QQmlPropertyCacheCreator;
friend class QQmlComponentAndAliasResolver;
+ friend class QQmlMetaObject;
inline QQmlPropertyCache *copy(int reserve);
@@ -428,6 +425,9 @@ public:
QQmlPropertyCache *propertyCache(QQmlEnginePrivate *) const;
+ int methodReturnType(const QQmlPropertyData &data, QByteArray *unknownTypeError) const;
+ int *methodParameterTypes(int index, QVarLengthArray<int, 9> &dummy, QByteArray *unknownTypeError) const;
+
static bool canConvert(const QQmlMetaObject &from, const QQmlMetaObject &to);
private: