forked from qt-creator/qt-creator
Remove overide declarations.
Not ready yet. Change-Id: I800e75c526ff8609849526c3317a6d0a1658176b Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
private:
|
||||
QWidget *createDetailsWidget(const QFont &font, const QModelIndex &index,
|
||||
QWidget *parent) const;
|
||||
QString textualRepresentation() const Q_DECL_OVERRIDE;
|
||||
QString textualRepresentation() const;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
@@ -42,7 +42,7 @@ public:
|
||||
ShutdownFlag aboutToShutdown();
|
||||
|
||||
private:
|
||||
QList<QObject *> createTestObjects() const override;
|
||||
QList<QObject *> createTestObjects() const;
|
||||
|
||||
ClangStaticAnalyzerTool *m_analyzerTool;
|
||||
};
|
||||
|
Reference in New Issue
Block a user