Code refactoring - remove number of build warnings
This commit is contained in:
@@ -25,7 +25,7 @@ class SelectionTool : public AbstractTwoPointTool
|
||||
public:
|
||||
explicit SelectionTool(QObject* parent = nullptr);
|
||||
|
||||
bool closeOnButtonPressed() const;
|
||||
bool closeOnButtonPressed() const override;
|
||||
|
||||
QIcon icon(const QColor& background, bool inEditor) const override;
|
||||
QString name() const override;
|
||||
|
||||
Reference in New Issue
Block a user