Skip to content
Snippets Groups Projects
Commit 69c9a063 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Removed the call to QDir::cleanPath.

parent 60caec48
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment