We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6464ead commit bc73d35Copy full SHA for bc73d35
src/wayland/screencopy/view.cpp
@@ -66,6 +66,8 @@ void ScreencopyView::createContext() {
66
return;
67
}
68
69
+ this->context->setParent(this);
70
+
71
QObject::connect(
72
this->context,
73
&ScreencopyContext::stopped,
0 commit comments