Skip to content
GitLab
Menu
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
ca3b9e00
Commit
ca3b9e00
authored
Jan 13, 2011
by
Christian Kandeler
Browse files
Maemo: Style fix.
parent
21888af3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp
View file @
ca3b9e00
...
...
@@ -438,7 +438,7 @@ void MaemoDeviceConfigurations::setDefaultDevice(int idx)
if
(
m_devConfigs
.
at
(
idx
)
->
m_isDefault
)
return
;
QModelIndex
oldDefaultIndex
;
for
(
int
i
=
0
;
i
<
m_devConfigs
.
count
();
++
i
)
{
for
(
int
i
=
0
;
i
<
m_devConfigs
.
count
();
++
i
)
{
const
MaemoDeviceConfig
::
Ptr
&
oldDefaultDev
=
m_devConfigs
.
at
(
i
);
if
(
oldDefaultDev
->
m_isDefault
)
{
oldDefaultDev
->
m_isDefault
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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