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
69c9a063
Commit
69c9a063
authored
Dec 07, 2009
by
Roberto Raggi
Browse files
Removed the call to QDir::cleanPath.
parent
60caec48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/CppDocument.cpp
View file @
69c9a063
...
...
@@ -506,7 +506,7 @@ QSharedPointer<NamespaceBinding> Snapshot::globalNamespaceBinding(Document::Ptr
Document
::
Ptr
Snapshot
::
document
(
const
QString
&
fileName
)
const
{
return
_documents
.
value
(
QDir
::
cleanPath
(
fileName
)
)
;
return
_documents
.
value
(
fileName
);
}
Snapshot
Snapshot
::
simplified
(
Document
::
Ptr
doc
)
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