aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlnotifier_p.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-29 12:32:15 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-29 12:32:15 +0100
commitfc5c77e371867cf6be8e270e452e21e5ac338283 (patch)
tree2f4b355b44043d29ac8009caf2cf272603b2c026 /src/qml/qml/qqmlnotifier_p.h
parentb160cd4eda1c2a8284f4eb0d10e715f98c8bda88 (diff)
parent4e1463c20aa6ec52f23e1e5f6426b68edb2255f0 (diff)
Merge 5.8 into 5.8.0
Diffstat (limited to 'src/qml/qml/qqmlnotifier_p.h')
-rw-r--r--src/qml/qml/qqmlnotifier_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlnotifier_p.h b/src/qml/qml/qqmlnotifier_p.h
index eff9684558..14024c0113 100644
--- a/src/qml/qml/qqmlnotifier_p.h
+++ b/src/qml/qml/qqmlnotifier_p.h
@@ -65,6 +65,8 @@ public:
inline ~QQmlNotifier();
inline void notify();
+ static void notify(QQmlData *ddata, int notifierIndex);
+
private:
friend class QQmlData;
friend class QQmlNotifierEndpoint;