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
Marco Bubke
flatpak-qt-creator
Commits
e682eef7
Commit
e682eef7
authored
Nov 10, 2009
by
kh1
Browse files
Fix wrong arguments restore.
Reviewed-by: ck
parent
0ae2d96a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
e682eef7
...
...
@@ -342,7 +342,7 @@ void MaemoRunConfiguration::save(PersistentSettingsWriter &writer) const
writer
.
saveValue
(
RemoteUserNameKeySim
,
m_remoteUserNameSim
);
writer
.
saveValue
(
RemotePortKeySim
,
m_remotePortSim
);
writer
.
saveValue
(
ArgumentsKeyDevice
,
m_
remoteUserName
Device
);
writer
.
saveValue
(
ArgumentsKeyDevice
,
m_
arguments
Device
);
writer
.
saveValue
(
RemoteHostNameKeyDevice
,
m_remoteHostNameDevice
);
writer
.
saveValue
(
RemoteUserNameKeyDevice
,
m_remoteUserNameDevice
);
writer
.
saveValue
(
RemotePortKeyDevice
,
m_remotePortDevice
);
...
...
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