forked from qt-creator/qt-creator
Add a id() method to projects
* This makes it easier to distinguish projects in the userfileaccessor
This commit is contained in:
@@ -441,6 +441,11 @@ QString CMakeProject::displayName() const
|
||||
return m_projectName;
|
||||
}
|
||||
|
||||
QString CMakeProject::id() const
|
||||
{
|
||||
return QLatin1String("CMakeProjectManager.CMakeProject");
|
||||
}
|
||||
|
||||
Core::IFile *CMakeProject::file() const
|
||||
{
|
||||
return m_file;
|
||||
|
Reference in New Issue
Block a user