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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user