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
86ff16e5
Commit
86ff16e5
authored
Aug 04, 2009
by
con
Browse files
Nicer output.
parent
3a81f2a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
View file @
86ff16e5
...
...
@@ -612,12 +612,12 @@ void S60DeviceRunControl::printInstallingNotice()
void
S60DeviceRunControl
::
printStartingNotice
()
{
emit
addToOutputWindow
(
this
,
tr
(
"
Start
ing application..."
));
emit
addToOutputWindow
(
this
,
tr
(
"
Runn
ing application..."
));
}
void
S60DeviceRunControl
::
printRunNotice
(
uint
pid
)
{
emit
addToOutputWindow
(
this
,
tr
(
"Application
started
with pid %1."
).
arg
(
pid
));
emit
addToOutputWindow
(
this
,
tr
(
"Application
running
with pid %1."
).
arg
(
pid
));
}
void
S60DeviceRunControl
::
runFinished
()
...
...
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