forked from qt-creator/qt-creator
FilePathify some testing code
Change-Id: I3739a6eb3c2172078e9519e8186daf94ec74d99a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -68,7 +68,7 @@ bool LoadProjectScenario::init()
|
||||
|
||||
bool LoadProjectScenario::loadProject()
|
||||
{
|
||||
const QString projectFilePath = m_tmpDir->path() + "/plain/plain.pro";
|
||||
const FilePath projectFilePath = m_tmpDir->filePath() / "/plain/plain.pro";
|
||||
|
||||
CppEditor::Tests::ProjectOpenerAndCloser projectManager;
|
||||
// This code must trigger a call to PluginManager::finishScenario() at some later point.
|
||||
|
||||
Reference in New Issue
Block a user