forked from qt-creator/qt-creator
Revert "QmlPreview: workaround for not starting preview"
This reverts commit 5ad2b7131f
.
Reason for revert: to prepare a merge to master
Change-Id: I0601a16ceb3442bc874fe961434d72b0c3a986ff
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -191,11 +191,6 @@ bool FileInProjectFinder::findFileOrDirectory(const FilePath &originalPath, File
|
|||||||
directoryHandler(node->children.keys(), origLength);
|
directoryHandler(node->children.keys(), origLength);
|
||||||
qCDebug(finderLog) << "FileInProjectFinder: found virtual directory" << originalPath
|
qCDebug(finderLog) << "FileInProjectFinder: found virtual directory" << originalPath
|
||||||
<< "in mapped paths";
|
<< "in mapped paths";
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (originalPath == m_projectDir) {
|
|
||||||
if (checkPath(originalPath, originalPath.toFSPathString().length(), fileHandler, directoryHandler)) {
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user