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
Marco Bubke
flatpak-qt-creator
Commits
f717f51b
Commit
f717f51b
authored
Jan 18, 2010
by
ck
Committed by
Tim Jenssen
Jan 18, 2010
Browse files
Maemo: Automatically display sole device configuration.
Chances are the user wants to select it anyway.
parent
d496f398
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemosettingspage.cpp
View file @
f717f51b
...
...
@@ -258,6 +258,8 @@ void MaemoSettingsWidget::initGui()
m_ui
->
passwordLabel
->
hide
();
m_ui
->
pwdLineEdit
->
hide
();
#endif
if
(
m_devConfs
.
count
()
==
1
)
m_ui
->
configListWidget
->
setCurrentRow
(
0
,
QItemSelectionModel
::
Select
);
}
void
MaemoSettingsWidget
::
addConfig
()
...
...
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