analyzerbase: s/Q_DECL_OVERRIDE/override/g

Change-Id: I812fd0a6e8b8ca1a7b194fbe8b55745a6b891d74
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-03 15:33:31 +02:00
parent da96f72124
commit e97f389441

View File

@@ -110,7 +110,7 @@ protected:
void resizeEvent(QResizeEvent *e);
private:
void contextMenuEvent(QContextMenuEvent *e) Q_DECL_OVERRIDE;
void contextMenuEvent(QContextMenuEvent *e) override;
int currentRow() const;
void setCurrentRow(int row);