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
1a820256
Commit
1a820256
authored
Jul 26, 2010
by
Pawel Polanski
Browse files
User installation has is launched if silent one fails. For Symbian OS
parent
fb10a234
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
View file @
1a820256
...
...
@@ -258,7 +258,7 @@ void S60DeployStep::startDeployment()
m_launcher
->
setCopyFileName
(
m_signedPackage
,
copyDst
);
m_launcher
->
setInstallFileName
(
copyDst
);
m_launcher
->
setInstallationDrive
(
m_installationDrive
);
m_launcher
->
setInstallationMode
(
m_silentInstall
?
trk
::
Launcher
::
InstallationModeSilent
:
m_launcher
->
setInstallationMode
(
m_silentInstall
?
trk
::
Launcher
::
InstallationModeSilent
AndUser
:
trk
::
Launcher
::
InstallationModeUser
);
m_launcher
->
addStartupActions
(
trk
::
Launcher
::
ActionCopyInstall
);
...
...
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