forked from qt-creator/qt-creator
BaseQtVersion: Have examplesPath() return a FilePath
Change-Id: I6b37345022d7cdba4aef0af0ca2a825c8606062c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -578,7 +578,7 @@ QStringList ExampleSetModel::exampleSources(QString *examplesInstallPath, QStrin
|
||||
foreach (BaseQtVersion *version, QtVersionManager::versions()) {
|
||||
if (version->uniqueId() == qtId) {
|
||||
manifestScanPath = version->documentationPath();
|
||||
examplesPath = version->examplesPath();
|
||||
examplesPath = version->examplesPath().toString();
|
||||
demosPath = version->demosPath();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user