add missing prop pendingRemovals

This commit is contained in:
Marco Martin 2017-11-13 15:12:43 +01:00
parent 2a91ee4e21
commit 15c3acdc61
2 changed files with 1 additions and 1 deletions

View file

@ -31,6 +31,7 @@ Item {
Layout.maximumHeight: notificationView.contentHeight + units.gridUnit
//todo: size of first item
Layout.minimumHeight: units.gridUnit * 4
property var pendingRemovals: [];
Plasmoid.switchWidth: 500
Plasmoid.switchHeight: 500

View file

@ -35,7 +35,6 @@ Item {
property Item containment;
property Item wallpaper;
property var pendingRemovals: [];
property int notificationId: 0;
property int buttonHeight: width/4
property bool containmentsEnterFromRight: true