Code refactoring - remove number of build warnings

This commit is contained in:
Yuriy Puchkov
2020-12-06 08:18:33 +02:00
parent 3ae34418ad
commit 586ecb07eb
16 changed files with 15 additions and 20 deletions

View File

@@ -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;