diff options
author | Ulf Hermann <[email protected]> | 2019-01-30 12:06:00 +0100 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2019-02-04 09:12:36 +0000 |
commit | a322172540d5aafccbabba48e9f921c43560cfa6 (patch) | |
tree | c1108c7ec7695548d0ac9ec54ddb61895318d941 /src/qml | |
parent | bd5804e0c79cd01e8c503dc336f6e178cc205a1f (diff) |
Remove outdated method
Change-Id: I457dc9384653e973e96cb393c45285afe215808d
Reviewed-by: Simon Hausmann <[email protected]>
Diffstat (limited to 'src/qml')
-rw-r--r-- | src/qml/qml/qqmlpropertycache_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h index c072e9a8db..c7853be67f 100644 --- a/src/qml/qml/qqmlpropertycache_p.h +++ b/src/qml/qml/qqmlpropertycache_p.h @@ -85,8 +85,6 @@ public: void update(const QMetaObject *); void invalidate(const QMetaObject *); - // Used by qmlpuppet. Remove as soon Creator requires Qt 5.5. - void invalidate(void *, const QMetaObject *mo) { invalidate(mo); } QQmlPropertyCache *copy(); |