Skip to content
Snippets Groups Projects
Commit 19bb0fd8 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix build warning


Change-Id: Ie192145319207e72b77f4645f9f506e77e4c1be3
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent c7d712e8
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,9 @@ using namespace Qt4ProjectManager;
TargetSetupPage::TargetSetupPage(QWidget *parent) :
QWizardPage(parent),
m_importSearch(false),
m_maximumQtVersionNumber(INT_MAX, INT_MAX, INT_MAX),
m_spacer(new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding)),
m_ui(new Internal::Ui::TargetSetupPage),
m_maximumQtVersionNumber(INT_MAX, INT_MAX, INT_MAX)
m_ui(new Internal::Ui::TargetSetupPage)
{
m_ui->setupUi(this);
QWidget *centralWidget = new QWidget(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment