aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/exampleslistmodel.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-09-30 15:48:31 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-10-01 07:37:10 +0000
commit67934ccaaa0cad0de3cde09cf63ed2710fb2f276 (patch)
tree0c4b30ccb06ebece0bc7a0912ada2628eb6a7e53 /src/plugins/qtsupport/exampleslistmodel.cpp
parent3404a44ee1bf0cc72cecd899246f35f842b1e970 (diff)
BaseQtVersion: Use FilePath for demosPath()
Change-Id: I83bcbf64a37faf0f88c6b1f655ff3d5c5d7e623c Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/exampleslistmodel.cpp')
-rw-r--r--src/plugins/qtsupport/exampleslistmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qtsupport/exampleslistmodel.cpp b/src/plugins/qtsupport/exampleslistmodel.cpp
index 3477796d00..9af72ce63f 100644
--- a/src/plugins/qtsupport/exampleslistmodel.cpp
+++ b/src/plugins/qtsupport/exampleslistmodel.cpp
@@ -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;
}
}