1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 17:55:19 +03:00

Some refactoring in the new Wizard

This commit is contained in:
bsongis 2014-03-13 08:44:50 +01:00
parent 13e998ec2d
commit e0582cd398
8 changed files with 72 additions and 48 deletions

View file

@ -16,8 +16,9 @@
#include "wizarddialog.h"
#include "wizarddata.h"
WizardDialog::WizardDialog(QWidget *parent)
: QWizard(parent)
WizardDialog::WizardDialog(unsigned int modelId, QWidget *parent)
: QWizard(parent),
mix(modelId)
{
setWindowTitle(tr("Model Wizard"));