diff options
Diffstat (limited to 'src/plugins/projectexplorer/project.h')
-rw-r--r-- | src/plugins/projectexplorer/project.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h index 21cd21f3d9..730c1762db 100644 --- a/src/plugins/projectexplorer/project.h +++ b/src/plugins/projectexplorer/project.h @@ -73,7 +73,7 @@ public: Project(); virtual ~Project(); - virtual QString name() const = 0; + virtual QString displayName() const = 0; virtual Core::IFile *file() const = 0; virtual IProjectManager *projectManager() const = 0; |