close stream dialog with main window
This commit is contained in:
parent
67087e8251
commit
c4727f0466
@ -10,6 +10,8 @@
|
||||
#include <QVBoxLayout>
|
||||
|
||||
StreamDialog::StreamDialog() : QWidget() {
|
||||
setAttribute(Qt::WA_QuitOnClose, false);
|
||||
|
||||
auto layout = new QVBoxLayout;
|
||||
|
||||
auto targetLabel = new QLabel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user