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
Tobias Hunger
qt-creator
Commits
e9f5b6ab
Commit
e9f5b6ab
authored
Dec 03, 2008
by
Oswald Buddenhagen
Browse files
add emit "keyword".
parent
ce497d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermanager.cpp
View file @
e9f5b6ab
...
...
@@ -622,7 +622,7 @@ void DebuggerManager::notifyInferiorPidChanged(int pid)
void
DebuggerManager
::
showApplicationOutput
(
const
QString
&
prefix
,
const
QString
&
str
)
{
applicationOutputAvailable
(
prefix
,
str
);
emit
applicationOutputAvailable
(
prefix
,
str
);
}
void
DebuggerManager
::
shutdown
()
...
...
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