mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge remote-tracking branch 'antis81/ngf/fix/multi-window-buttons'
This commit is contained in:
commit
45db1dff91
|
@ -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)
|
||||
: QWidget(parent)
|
||||
: QWidget(parent, Qt::Window)
|
||||
{
|
||||
body = new QWidget();
|
||||
QVBoxLayout* bodyLayout = new QVBoxLayout();
|
||||
|
|
Loading…
Reference in New Issue
Block a user