1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-26 19:09:34 +02:00

fix: Disable unused variables and parameters

This commit is contained in:
Sirius Bakke
2016-05-23 16:35:28 +02:00
parent 5b494b985e
commit d89280d8fe
17 changed files with 35 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ TutorialDialog::TutorialDialog(QString tutorial, QWidget *parent) :
QDialog(NULL),
ui(new Ui::TutorialDialog_q)
{
Q_UNUSED(parent)
ui->setupUi(this);
setWindowFlags(Qt::Window | Qt::WindowTitleHint | Qt::CustomizeWindowHint | Qt::WindowMinimizeButtonHint);
#if QT_VERSION >= 0x040500