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
30fcdf52
Commit
30fcdf52
authored
Jan 12, 2011
by
Friedemann Kleint
Browse files
Windows: Fix application output handling.
parent
113f8c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/applicationlauncher_win.cpp
View file @
30fcdf52
...
...
@@ -56,7 +56,7 @@ ApplicationLauncher::ApplicationLauncher(QObject *parent)
this
,
SLOT
(
processStopped
()));
connect
(
&
d
->
m_winGuiProcess
,
SIGNAL
(
processMessage
(
QString
,
bool
)),
this
,
S
IGNAL
(
appendProcessMessage
(
QString
,
bool
)));
this
,
S
LOT
(
appendProcessMessage
(
QString
,
bool
)));
connect
(
&
d
->
m_winGuiProcess
,
SIGNAL
(
receivedDebugOutput
(
QString
,
bool
)),
this
,
SLOT
(
readWinDebugOutput
(
QString
,
bool
)));
connect
(
&
d
->
m_winGuiProcess
,
SIGNAL
(
processFinished
(
int
)),
...
...
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