refactor: Use override instead of virtual where possible (#4917)
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
*/
|
||||
ColorPickerDialog(const QColor &initial, QWidget *parent);
|
||||
|
||||
~ColorPickerDialog();
|
||||
~ColorPickerDialog() override;
|
||||
|
||||
/**
|
||||
* @brief Return the final color selected by the user.
|
||||
|
||||
Reference in New Issue
Block a user