Use override specifier where apropriate.

- fixed using clang-tidy's modernize-use-override check.
This commit is contained in:
Jim Evins
2017-03-21 23:36:39 -04:00
parent 9f9ba345cf
commit e09936233a
38 changed files with 202 additions and 202 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ namespace glabels
void onComboIndexChanged( int index );
protected:
void showEvent( QShowEvent* event );
void showEvent( QShowEvent* event ) override;
/////////////////////////////////