mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
parent
9d9fdf81b4
commit
204b1b9627
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
|
|
||||||
ContributorsDialog::ContributorsDialog(QWidget * parent):
|
ContributorsDialog::ContributorsDialog(QWidget * parent):
|
||||||
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