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:
parent
e6c01cd140
commit
49839b712b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
#include "ui_htmldialog.h"
|
#include "ui_htmldialog.h"
|
||||||
|
|
||||||
ReleaseNotesDialog::ReleaseNotesDialog(QWidget * parent) :
|
ReleaseNotesDialog::ReleaseNotesDialog(QWidget * parent) :
|
||||||
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint),
|
QDialog(parent),
|
||||||
ui(new Ui::HtmlDialog)
|
ui(new Ui::HtmlDialog)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
|
|
||||||
ReleaseNotesFirmwareDialog::ReleaseNotesFirmwareDialog(QWidget * parent, const QString & rnurl):
|
ReleaseNotesFirmwareDialog::ReleaseNotesFirmwareDialog(QWidget * parent, const QString & rnurl):
|
||||||
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint),
|
QDialog(parent),
|
||||||
ui(new Ui::HtmlDialog)
|
ui(new Ui::HtmlDialog)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue