aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2016-09-01 13:07:02 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-09-27 06:49:39 +0000
commit480037f2988f5b3010bd6a444cda8e28a24571fd (patch)
tree11993e59eb691b05e6e3b07b680ee3b49e4f19be /src/quick/items/qquickitem_p.h
parentbbcf887f43d2b9d84bb65d963a3c8b5e3108bafc (diff)
Remove unused notifier for parent accessor
After the removal of the property accessors this notifier is not used anymore. Change-Id: I63f984cada529231cc735a4001fa593c7a81d3cd Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'src/quick/items/qquickitem_p.h')
-rw-r--r--src/quick/items/qquickitem_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/items/qquickitem_p.h b/src/quick/items/qquickitem_p.h
index 6d79d71021..d1511285a9 100644
--- a/src/quick/items/qquickitem_p.h
+++ b/src/quick/items/qquickitem_p.h
@@ -474,7 +474,6 @@ public:
inline QSGRenderContext *sceneGraphRenderContext() const;
QQuickItem *parentItem;
- QQmlNotifier parentNotifier;
QList<QQuickItem *> childItems;
mutable QList<QQuickItem *> *sortedChildItems;