X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fqml%2Fqml%2Fqqmlpropertycache_p.h;h=ad94ed46889940ed8f6e9b288f58ae86c142b18d;hb=7223f1861d3309d336123c90866665cfe2507d7f;hp=e846590a85e4eb2e2c061d32b0b5b6f57a0f17a1;hpb=965588737321d10fd1fbca3f89b4c6257b7b5d47;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h index e846590..ad94ed4 100644 --- a/src/qml/qml/qqmlpropertycache_p.h +++ b/src/qml/qml/qqmlpropertycache_p.h @@ -285,7 +285,7 @@ public: QQmlPropertyData *property(int) const; QQmlPropertyData *method(int) const; - QQmlPropertyData *signal(int) const; + QQmlPropertyData *signal(int index) const { return signal(index, 0); } int methodIndexToSignalIndex(int) const; QStringList propertyNames() const; @@ -345,6 +345,8 @@ private: // Implemented in v8/qv8qobjectwrapper.cpp v8::Local newQObject(QObject *, QV8Engine *); + QQmlPropertyData *signal(int, QQmlPropertyCache **) const; + typedef QVector IndexCache; typedef QStringMultiHash > StringCache; typedef QVector AllowedRevisionCache;