From 14e49c4a1960bfabf1963fa502b05c754a7f3858 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 23 Sep 2015 12:30:40 +0200 Subject: Remove some unused code Change-Id: Iaa89515891624602cf63701364c77e49ea1e1bd9 Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlpropertycache_p.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/qml/qml/qqmlpropertycache_p.h') diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h index 2ee399c496..fa4aaac5c5 100644 --- a/src/qml/qml/qqmlpropertycache_p.h +++ b/src/qml/qml/qqmlpropertycache_p.h @@ -267,16 +267,10 @@ public: int methodCount, int signalCount); void appendProperty(const QString &, quint32 flags, int coreIndex, int propType, int notifyIndex); - void appendProperty(const QHashedCStringRef &, - quint32 flags, int coreIndex, int propType, int notifyIndex); void appendSignal(const QString &, quint32, int coreIndex, const int *types = 0, const QList &names = QList()); - void appendSignal(const QHashedCStringRef &, quint32, int coreIndex, const int *types = 0, - const QList &names = QList()); void appendMethod(const QString &, quint32 flags, int coreIndex, const QList &names = QList()); - void appendMethod(const QHashedCStringRef &, quint32 flags, int coreIndex, - const QList &names = QList()); const QMetaObject *metaObject() const; const QMetaObject *createMetaObject(); @@ -313,7 +307,6 @@ public: static int originalClone(QObject *, int index); QList signalParameterNames(int index) const; - QString signalParameterStringForJS(int index, QString *errorString = 0); static QString signalParameterStringForJS(QV4::ExecutionEngine *engine, const QList ¶meterNameList, QString *errorString = 0); const char *className() const; -- cgit v1.2.3