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
0f4aa335
Commit
0f4aa335
authored
Apr 02, 2009
by
hjk
Browse files
projectexplorer: use QString::fromLocal8Bit instead fromAscii
Patch from Asaki Takumi. Reviewed-by: Oswald Buddenhagen
parent
47995286
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/winguiprocess.cpp
View file @
0f4aa335
...
...
@@ -147,7 +147,7 @@ void WinGuiProcess::run()
switch
(
ret
)
{
case
WAIT_OBJECT_0
+
0
:
if
(
*
processId
==
m_pid
->
dwProcessId
)
emit
receivedDebugOutput
(
QString
::
from
Ascii
(
message
));
emit
receivedDebugOutput
(
QString
::
from
Local8Bit
(
message
));
SetEvent
(
bufferReadyEvent
);
break
;
case
WAIT_OBJECT_0
+
1
:
...
...
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