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:
@@ -226,6 +226,11 @@ QString QmlProject::displayName() const
|
||||
return m_projectName;
|
||||
}
|
||||
|
||||
QString QmlProject::id() const
|
||||
{
|
||||
return QLatin1String("QmlProjectManager.QmlProject");
|
||||
}
|
||||
|
||||
Core::IFile *QmlProject::file() const
|
||||
{
|
||||
return m_file;
|
||||
|
Reference in New Issue
Block a user