@ -46,7 +46,7 @@
#include <QPushButton>
GenericChatForm::GenericChatForm(QWidget *parent)
: QWidget(parent)
: QWidget(parent, Qt::Window)
, audioInputFlag(false)
, audioOutputFlag(false)
{
@ -32,7 +32,7 @@
#include <QWindow>
SettingsWidget::SettingsWidget(QWidget* parent)
body = new QWidget();
QVBoxLayout* bodyLayout = new QVBoxLayout();