close stream dialog with main window

This commit is contained in:
Malte Jürgens 2022-07-13 17:56:07 +02:00
parent 67087e8251
commit c4727f0466
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#include <QVBoxLayout>
StreamDialog::StreamDialog() : QWidget() {
setAttribute(Qt::WA_QuitOnClose, false);
auto layout = new QVBoxLayout;
auto targetLabel = new QLabel;