summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigwizard.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-02-03 17:35:02 +0100
committerChristian Kandeler <christian.kandeler@nokia.com>2011-02-03 17:36:18 +0100
commit7caf52125e93da40152ff033337d0f82fbe07acc (patch)
treec0a4dd153bdcbbf6e0966b0bd54b9d4b45be2fcc /src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigwizard.cpp
parent448f754ce9e9540dcca3f07d26c50ef1f2057bf6 (diff)
downloadqt-creator-7caf52125e93da40152ff033337d0f82fbe07acc.tar.gz
Maemo: Display OS type in device configuration widget.
Diffstat (limited to 'src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigwizard.cpp')
-rw-r--r--src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigwizard.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigwizard.cpp b/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigwizard.cpp
index aeb31ad227..4565432948 100644
--- a/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigwizard.cpp
+++ b/src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigwizard.cpp
@@ -79,6 +79,9 @@ public:
m_ui->setupUi(this);
setTitle(tr("General Information"));
setSubTitle(QLatin1String(" ")); // For Qt bug (background color)
+ m_ui->fremantleButton->setText(MaemoGlobal::maemoVersionToString(MaemoGlobal::Maemo5));
+ m_ui->harmattanButton->setText(MaemoGlobal::maemoVersionToString(MaemoGlobal::Maemo6));
+ m_ui->meegoButton->setText(MaemoGlobal::maemoVersionToString(MaemoGlobal::Meego));
QButtonGroup * const buttonGroup = new QButtonGroup(this);
buttonGroup->setExclusive(true);
buttonGroup->addButton(m_ui->hwButton);