From dd43d9908f3de19e455d5503b311bb3c1ae7b9c4 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 4 Jul 2013 13:30:26 +0200 Subject: Rename IDocument::fileName --> filePath That is what it actually is, wrt how Qt API calls it. Change-Id: Ied02055debf6aad75556b0d9d22e8ba2f72be555 Reviewed-by: Eike Ziller --- src/plugins/projectexplorer/project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/projectexplorer/project.cpp') diff --git a/src/plugins/projectexplorer/project.cpp b/src/plugins/projectexplorer/project.cpp index a66fdc32c1..f8e42fad82 100644 --- a/src/plugins/projectexplorer/project.cpp +++ b/src/plugins/projectexplorer/project.cpp @@ -328,7 +328,7 @@ QVariantMap Project::toMap() const QString Project::projectDirectory() const { - return projectDirectory(document()->fileName()); + return projectDirectory(document()->filePath()); } QString Project::projectDirectory(const QString &top) -- cgit v1.2.1