Remove overide declarations.

Not ready yet.

Change-Id: I800e75c526ff8609849526c3317a6d0a1658176b
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-02-13 11:01:30 +01:00
parent a8dfba176b
commit 0ece47de90
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ public:
private: private:
QWidget *createDetailsWidget(const QFont &font, const QModelIndex &index, QWidget *createDetailsWidget(const QFont &font, const QModelIndex &index,
QWidget *parent) const; QWidget *parent) const;
QString textualRepresentation() const Q_DECL_OVERRIDE; QString textualRepresentation() const;
}; };
} // namespace Internal } // namespace Internal

View File

@@ -42,7 +42,7 @@ public:
ShutdownFlag aboutToShutdown(); ShutdownFlag aboutToShutdown();
private: private:
QList<QObject *> createTestObjects() const override; QList<QObject *> createTestObjects() const;
ClangStaticAnalyzerTool *m_analyzerTool; ClangStaticAnalyzerTool *m_analyzerTool;
}; };