forked from qt-creator/qt-creator
BaseQtVersion: Use FilePath for demosPath()
Change-Id: I83bcbf64a37faf0f88c6b1f655ff3d5c5d7e623c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user