diff -r 3dbdc243f053 -r d355d4c52d51 src/tools/pathtool.h --- a/src/tools/pathtool.h Wed May 25 13:49:45 2022 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -#pragma once -#include "drawtool.h" - -class PathTool : public AbstractDrawTool -{ - Q_OBJECT - -public: - Q_INVOKABLE PathTool(Document* document); - QString name() const override; - QString toolTip() const override; - void overpaint(Canvas*canvas, QPainter*painter) const override; - QString iconName() const override; - void closeShape() override; -};