Home
last modified time | relevance | path

Searched refs:refreshIdx (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativewatcher.cpp103 static int refreshIdx = -1; in QDeclarativeWatchProxy() local
104 if(refreshIdx == -1) in QDeclarativeWatchProxy()
105 refreshIdx = QDeclarativeWatchProxy::staticMetaObject.indexOfMethod("notifyValueChanged()"); in QDeclarativeWatchProxy()
108 QDeclarativePropertyPrivate::connect(m_object, prop.notifySignalIndex(), this, refreshIdx); in QDeclarativeWatchProxy()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_debugger/
H A Dqqmlwatcher.cpp102 static int refreshIdx = -1; in QQmlWatchProxy() local
103 if(refreshIdx == -1) in QQmlWatchProxy()
104 refreshIdx = QQmlWatchProxy::staticMetaObject.indexOfMethod("notifyValueChanged()"); in QQmlWatchProxy()
107 QQmlPropertyPrivate::connect(m_object, prop.notifySignalIndex(), this, refreshIdx); in QQmlWatchProxy()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_debugger/
H A Dqqmlwatcher.cpp102 static int refreshIdx = -1; in QQmlWatchProxy() local
103 if(refreshIdx == -1) in QQmlWatchProxy()
104 refreshIdx = QQmlWatchProxy::staticMetaObject.indexOfMethod("notifyValueChanged()"); in QQmlWatchProxy()
107 QQmlPropertyPrivate::connect(m_object, prop.notifySignalIndex(), this, refreshIdx); in QQmlWatchProxy()