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:
|
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
|
||||||
|
@@ -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;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user