Add override to IDocument hierarchy

Change-Id: I6884f59fe0f06e380254c1f8076dd561d9df4ee3
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-06-04 15:54:10 +02:00
parent 277495e8cb
commit 6dd0e79d09
28 changed files with 159 additions and 166 deletions

View File

@@ -120,10 +120,6 @@ CppEditorDocument::CppEditorDocument()
// See also onFilePathChanged() for more initialization
}
CppEditorDocument::~CppEditorDocument()
{
}
bool CppEditorDocument::isObjCEnabled() const
{
return m_isObjCEnabled;