Core: Use override consistently

clang-tidy fixes from modernize-use-override check.

Change-Id: If33399d60e96cae766bbedbe30044ada411e862f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Tobias Hunger
2018-05-07 15:00:03 +02:00
parent 0e71ed1bfc
commit 60d94ee7b5
64 changed files with 218 additions and 218 deletions

View File

@@ -46,7 +46,7 @@ class CORE_EXPORT CommandMappings : public QWidget
public:
CommandMappings(QWidget *parent = 0);
~CommandMappings();
~CommandMappings() override;
signals:
void currentCommandChanged(QTreeWidgetItem *current);