1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Release note windows had close button disabled (fix #3650)

This commit is contained in:
Andre Bernet 2016-07-05 13:32:18 +02:00
parent e6c01cd140
commit 49839b712b
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#include "ui_htmldialog.h"
ReleaseNotesDialog::ReleaseNotesDialog(QWidget * parent) :
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint),
QDialog(parent),
ui(new Ui::HtmlDialog)
{
ui->setupUi(this);

View file

@ -3,7 +3,7 @@
#include "helpers.h"
ReleaseNotesFirmwareDialog::ReleaseNotesFirmwareDialog(QWidget * parent, const QString & rnurl):
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint),
QDialog(parent),
ui(new Ui::HtmlDialog)
{
ui->setupUi(this);