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
72ed9b5b
Commit
72ed9b5b
authored
Dec 03, 2009
by
kh1
Browse files
Compile fix.
parent
43df685c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.cpp
View file @
72ed9b5b
...
...
@@ -1257,7 +1257,7 @@ void MaemoRunControl::executionFinished()
void
MaemoRunControl
::
stop
()
{
if
(
!
isRunning
()
if
(
!
isRunning
()
)
return
;
stoppedByUser
=
true
;
...
...
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