aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qscxmlcgenerator.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-12-17 14:07:53 +0100
committerhjk <hjk@qt.io>2019-12-18 08:43:18 +0000
commite109b731ad001ba566289b7184799e91b19fbccb (patch)
tree133667f71377d5af130b776f97d3f090ef1c8138 /src/plugins/qtsupport/qscxmlcgenerator.h
parente16876df0cd65c40480fcf7f2ae9f16ab66c991c (diff)
Utils: Rename FilePathList to simply FilePaths
The exact storage type does not really matter here. Change-Id: Iefec40f0f5909c8e7ba3415db4a11962694e1b38 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/qscxmlcgenerator.h')
-rw-r--r--src/plugins/qtsupport/qscxmlcgenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qtsupport/qscxmlcgenerator.h b/src/plugins/qtsupport/qscxmlcgenerator.h
index ea99d3d23df..d7c31b2ae85 100644
--- a/src/plugins/qtsupport/qscxmlcgenerator.h
+++ b/src/plugins/qtsupport/qscxmlcgenerator.h
@@ -38,7 +38,7 @@ class QScxmlcGenerator : public ProjectExplorer::ProcessExtraCompiler
Q_OBJECT
public:
QScxmlcGenerator(const ProjectExplorer::Project *project, const Utils::FilePath &source,
- const Utils::FilePathList &targets, QObject *parent = nullptr);
+ const Utils::FilePaths &targets, QObject *parent = nullptr);
protected:
Utils::FilePath command() const override;
@@ -68,7 +68,7 @@ public:
ProjectExplorer::ExtraCompiler *create(const ProjectExplorer::Project *project,
const Utils::FilePath &source,
- const Utils::FilePathList &targets) override;
+ const Utils::FilePaths &targets) override;
};
} // QtSupport