aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp
index 865c762bb1..66f9dcba5f 100644
--- a/tools/qml/main.cpp
+++ b/tools/qml/main.cpp
@@ -271,6 +271,7 @@ void LoadWatcher::contain(QObject *o, const QUrl &containPath)
QObject *o2 = c.create();
if (!o2)
return;
+ o2->setParent(this);
checkForWindow(o2);
bool success = false;
int idx;