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
fa35bbc5
Commit
fa35bbc5
authored
Jul 08, 2010
by
Tobias Hunger
Browse files
Build fix on windows
parent
d70fe1eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb/cdbengine.cpp
View file @
fa35bbc5
...
...
@@ -1404,7 +1404,7 @@ bool CdbEnginePrivate::setCDBThreadId(unsigned long threadId, QString *errorMess
hr
=
interfaces
().
debugSystemObjects
->
SetCurrentThreadId
(
threadId
);
if
(
FAILED
(
hr
))
{
*
errorMessage
=
QString
::
fromLatin1
(
"Failed to change to from thread %1 to %2: SetCurrentThreadId() failed: %3"
).
arg
(
currentThreadId
).
arg
(
threadId
).
arg
(
CdbCore
::
msgEngineComResult
(
hr
));
arg
(
currentThreadId
).
arg
(
threadId
).
arg
(
CdbCore
::
msg
Debug
EngineComResult
(
hr
));
return
false
;
}
const
QString
msg
=
CdbEngine
::
tr
(
"Changing threads: %1 -> %2"
).
arg
(
currentThreadId
).
arg
(
threadId
);
...
...
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