forked from qt-creator/qt-creator
analyzerbase: s/Q_DECL_OVERRIDE/override/g
Change-Id: I812fd0a6e8b8ca1a7b194fbe8b55745a6b891d74 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user