QmlJS: Don't use QDir::separator() for internal paths

We use forward slashes in all internal paths, even on Windows.

Change-Id: Ie0b418c770dad96829dd357fe425616b6d3a5b82
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Kai Koehne
2014-09-02 14:40:41 +02:00
parent 215dec23a4
commit 8f2532d333
5 changed files with 6 additions and 6 deletions

View File

@@ -961,7 +961,7 @@ public:
// Other: non-absolute path
QString name() const;
// LibraryImport: uri with QDir::separator separator
// LibraryImport: uri with '/' separator
// Other: absoluteFilePath
QString path() const;