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
51177675
Commit
51177675
authored
Apr 13, 2010
by
ck
Browse files
Maemo: Make deployment thread check for cancel request.
parent
781bdd24
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemosshconnection.cpp
View file @
51177675
...
...
@@ -173,7 +173,7 @@ private:
void
MaemoSftpConnection
::
transferFiles
(
const
QList
<
SshDeploySpec
>
&
deploySpecs
)
{
for
(
int
i
=
0
;
i
<
deploySpecs
.
count
();
++
i
)
{
for
(
int
i
=
0
;
i
<
deploySpecs
.
count
()
&&
!
stopRequested
()
;
++
i
)
{
const
SshDeploySpec
&
deploySpec
=
deploySpecs
.
at
(
i
);
const
QString
&
curSrcFile
=
deploySpec
.
srcFilePath
();
FileManager
fileMgr
(
curSrcFile
);
...
...
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