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
e8caa634
Commit
e8caa634
authored
Dec 14, 2010
by
Friedemann Kleint
Browse files
Debugger: Native separators in break window.
parent
40f127bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakhandler.cpp
View file @
e8caa634
...
...
@@ -444,7 +444,7 @@ QVariant BreakHandler::data(const QModelIndex &mi, int role) const
//if (data.multiple && str.isEmpty() && !response.fileName.isEmpty())
// str = response.fileName;
if
(
!
str
.
isEmpty
())
return
str
;
return
QDir
::
toNativeSeparators
(
str
)
;
return
empty
;
}
break
;
...
...
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