BaseQtVersion: Use FilePath for demosPath()

Change-Id: I83bcbf64a37faf0f88c6b1f655ff3d5c5d7e623c
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2019-09-30 15:48:31 +02:00
parent 3404a44ee1
commit 67934ccaaa
3 changed files with 7 additions and 7 deletions

View File

@@ -579,7 +579,7 @@ QStringList ExampleSetModel::exampleSources(QString *examplesInstallPath, QStrin
if (version->uniqueId() == qtId) {
manifestScanPath = version->documentationPath();
examplesPath = version->examplesPath().toString();
demosPath = version->demosPath();
demosPath = version->demosPath().toString();
break;
}
}