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
d1089afc
Commit
d1089afc
authored
Dec 06, 2010
by
Pawel Polanski
Browse files
Unable to enter slash and backslash manually in PatchChooser
Task-number: QTCREATORBUG-3214 Reviewed-by: Tobias Hunger
parent
85fac8d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/pathchooser.cpp
View file @
d1089afc
...
...
@@ -196,7 +196,7 @@ void PathChooser::setEnvironment(const Utils::Environment &env)
QString
PathChooser
::
path
()
const
{
return
QDir
::
cleanPath
(
m_d
->
expandedPath
(
QDir
::
fromNativeSeparators
(
m_d
->
m_lineEdit
->
text
()))
)
;
return
m_d
->
expandedPath
(
QDir
::
fromNativeSeparators
(
m_d
->
m_lineEdit
->
text
()));
}
QString
PathChooser
::
rawPath
()
const
...
...
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