Use override specifier where apropriate.
- fixed using clang-tidy's modernize-use-override check.
This commit is contained in:
@@ -49,8 +49,8 @@ namespace glabels
|
||||
// Virtual method implementations
|
||||
/////////////////////////////////////
|
||||
public:
|
||||
QRectF boundingRect() const;
|
||||
void paint( QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget );
|
||||
QRectF boundingRect() const override;
|
||||
void paint( QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget ) override;
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user