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
Tobias Hunger
qt-creator
Commits
a5f6281f
Commit
a5f6281f
authored
Jan 14, 2009
by
Oswald Buddenhagen
Browse files
improve messages
parent
399f8d63
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/applicationrunconfiguration.cpp
View file @
a5f6281f
...
...
@@ -141,7 +141,7 @@ void ApplicationRunControl::start()
m_executable
,
rc
->
commandLineArguments
());
emit
started
();
emit
addToOutputWindow
(
this
,
tr
(
"Starting %1"
).
arg
(
m_executable
));
emit
addToOutputWindow
(
this
,
tr
(
"Starting %1
...
"
).
arg
(
m_executable
));
}
void
ApplicationRunControl
::
stop
()
...
...
tests/manual/gdbdebugger/simple/plugin.cpp
View file @
a5f6281f
...
...
@@ -39,6 +39,6 @@ extern "C" Q_DECL_EXPORT int pluginTest()
int
s
=
0
;
for
(
int
i
=
1
;
i
!=
2000
;
++
i
)
s
+=
i
;
fprintf
(
stderr
,
"in plugin test"
);
fprintf
(
stderr
,
"in plugin test
\n
"
);
return
s
;
}
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