Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
3267ba12
Commit
3267ba12
authored
Jun 29, 2010
by
kh1
Browse files
Fix broken version number to due missing valueChanged signals.
Reviewed-by: ck
parent
d54673c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp
View file @
3267ba12
...
...
@@ -83,6 +83,7 @@ MaemoPackageCreationWidget::MaemoPackageCreationWidget(MaemoPackageCreationStep
m_ui
->
major
->
setValue
(
list
.
value
(
0
,
QLatin1String
(
"0"
)).
toInt
());
m_ui
->
minor
->
setValue
(
list
.
value
(
1
,
QLatin1String
(
"0"
)).
toInt
());
m_ui
->
patch
->
setValue
(
list
.
value
(
2
,
QLatin1String
(
"0"
)).
toInt
());
versionInfoChanged
();
// workaround for missing minor and patch update notifications
}
void
MaemoPackageCreationWidget
::
init
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment