forked from qt-creator/qt-creator
Project: Unify handling of displayName
Unify the handling of displayName with a proper changed signal across all projects. Change-Id: I7e503528854b85f6f38de4b0943775f82a0d6123 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -86,8 +86,6 @@ public:
|
||||
explicit CMakeProject(const Utils::FileName &filename);
|
||||
~CMakeProject() final;
|
||||
|
||||
QString displayName() const final;
|
||||
|
||||
QStringList buildTargetTitles(bool runnable = false) const;
|
||||
bool hasBuildTarget(const QString &title) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user