Project: Sprinkle override over all the projects

Change-Id: I5e03ef5a9fee03473152f8a7511d75a1818c3e05
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-01-07 17:58:34 +01:00
committed by hjk
parent 5915b66fc8
commit d134bdfb13
8 changed files with 51 additions and 59 deletions

View File

@@ -246,7 +246,7 @@ class PythonProject : public Project
{
public:
PythonProject(PythonProjectManager *manager, const QString &filename);
~PythonProject();
~PythonProject() override;
QString displayName() const override { return m_projectName; }
IDocument *document() const override;