Ovi Wizard: Fix warninOvi Wizard: Fix warningg

This commit is contained in:
dt
2011-03-01 18:57:18 +01:00
parent 4c7593f74d
commit 08211a18fd

View File

@@ -41,8 +41,8 @@ namespace Internal {
S60PublishingResultsPageOvi::S60PublishingResultsPageOvi(S60PublisherOvi *publisher, QWidget *parent) :
QWizardPage(parent),
m_publisher(publisher),
ui(new Ui::S60PublishingResultsPageOvi)
ui(new Ui::S60PublishingResultsPageOvi),
m_publisher(publisher)
{
ui->setupUi(this);
connect(m_publisher, SIGNAL(progressReport(QString,QColor)), SLOT(updateResultsPage(QString,QColor)));