mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
remove useless debug
This commit is contained in:
parent
d44fe62c14
commit
aeea4f92ed
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ PlasmaCore.ColorScope {
|
||||||
} else {
|
} else {
|
||||||
fullContainer = fullContainerComponent.createObject(fullRepresentationView.contentItem, {"fullRepresentationModel": fullRepresentationModel, "fullRepresentationView": fullRepresentationView});
|
fullContainer = fullContainerComponent.createObject(fullRepresentationView.contentItem, {"fullRepresentationModel": fullRepresentationModel, "fullRepresentationView": fullRepresentationView});
|
||||||
}
|
}
|
||||||
print("SDSDSDS"+fullContainer);
|
|
||||||
applet.fullRepresentationItem.parent = fullContainer;
|
applet.fullRepresentationItem.parent = fullContainer;
|
||||||
fullContainer.applet = applet;
|
fullContainer.applet = applet;
|
||||||
fullContainer.contentItem = applet.fullRepresentationItem;
|
fullContainer.contentItem = applet.fullRepresentationItem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue