forked from qt-creator/qt-creator
Add override to IDocument hierarchy
Change-Id: I6884f59fe0f06e380254c1f8076dd561d9df4ee3 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -47,10 +47,6 @@ QmlProjectFile::QmlProjectFile(QmlProject *parent, const Utils::FileName &fileNa
|
||||
setFilePath(fileName);
|
||||
}
|
||||
|
||||
QmlProjectFile::~QmlProjectFile()
|
||||
{
|
||||
}
|
||||
|
||||
bool QmlProjectFile::save(QString *, const QString &, bool)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user