aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/project.h')
-rw-r--r--src/plugins/projectexplorer/project.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h
index 5fb9c3ad8e..b93e273a06 100644
--- a/src/plugins/projectexplorer/project.h
+++ b/src/plugins/projectexplorer/project.h
@@ -164,7 +164,7 @@ public:
// Set project files that will be watched and trigger the same callback
// as the main project file.
- void setExtraProjectFiles(const QVector<Utils::FilePath> &projectDocumentPaths);
+ void setExtraProjectFiles(const QSet<Utils::FilePath> &projectDocumentPaths);
void setDisplayName(const QString &name);
void setProjectLanguage(Core::Id id, bool enabled);