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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h
index 79f4f8ba4aa..01b4569cb37 100644
--- a/src/plugins/projectexplorer/project.h
+++ b/src/plugins/projectexplorer/project.h
@@ -129,6 +129,7 @@ public:
// The directory that holds the project file. This includes the absolute path.
QString projectDirectory() const;
+ static QString projectDirectory(const QString &proFile);
signals:
void fileListChanged();