Revert "dock property accessible from containment"

This reverts commit 37c349e32e.
v0.6
audoban 8 years ago
parent 9f9ef3f63b
commit b12525aca5

@ -115,8 +115,7 @@ void NowDockView::init()
connect(this, SIGNAL(widthChanged(int)), this, SIGNAL(widthChanged()));
connect(this, SIGNAL(heightChanged(int)), this, SIGNAL(heightChanged()));
rootContext()->setContextProperty(QStringLiteral("dock"), this);
engine()->rootContext()->setContextProperty(QStringLiteral("dock"), this);
rootContext()->setContextProperty(QStringLiteral("panel"), this);
setSource(corona()->kPackage().filePath("nowdockui"));

Loading…
Cancel
Save