diff --git a/src/wayland/screencopy/view.cpp b/src/wayland/screencopy/view.cpp index fe517352..fe744fd8 100644 --- a/src/wayland/screencopy/view.cpp +++ b/src/wayland/screencopy/view.cpp @@ -66,6 +66,8 @@ void ScreencopyView::createContext() { return; } + this->context->setParent(this); + QObject::connect( this->context, &ScreencopyContext::stopped,