Ovi Store Wizard: Compile warnings free

This commit is contained in:
Primrose Mbanefo
2011-03-01 16:38:33 +01:00
parent 49f05ff073
commit b51e17c5cc
2 changed files with 4 additions and 4 deletions

View File

@@ -44,8 +44,8 @@ namespace Internal {
S60PublishingBuildSettingsPageOvi::S60PublishingBuildSettingsPageOvi(S60PublisherOvi *publisher, const ProjectExplorer::Project *project, QWidget *parent) :
QWizardPage(parent),
m_publisher(publisher),
m_ui(new Ui::S60PublishingBuildSettingsPageOvi)
m_ui(new Ui::S60PublishingBuildSettingsPageOvi),
m_publisher(publisher)
{
m_ui->setupUi(this);

View File

@@ -43,8 +43,8 @@ namespace Internal {
S60PublishingSisSettingsPageOvi::S60PublishingSisSettingsPageOvi(S60PublisherOvi *publisher, QWidget *parent) :
QWizardPage(parent),
m_publisher(publisher),
ui(new Ui::S60PublishingSisSettingsPageOvi)
ui(new Ui::S60PublishingSisSettingsPageOvi),
m_publisher(publisher)
{
ui->setupUi(this);