forked from qt-creator/qt-creator
Removed the call to QDir::cleanPath.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user