aboutsummaryrefslogtreecommitdiffstats
path: root/backend-shared/roundrectitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend-shared/roundrectitem.h')
-rw-r--r--backend-shared/roundrectitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend-shared/roundrectitem.h b/backend-shared/roundrectitem.h
index d3f58782f..b8cb3f89b 100644
--- a/backend-shared/roundrectitem.h
+++ b/backend-shared/roundrectitem.h
@@ -7,6 +7,7 @@
class RoundRectItem : public QGraphicsRectItem {
public:
RoundRectItem(double radius, QGraphicsItem *parent);
+ RoundRectItem(double radius);
private:
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
double radius;