@@ -52,7 +52,7 public: | |||
|
52 | 52 | void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget); |
|
53 | 53 | QPainterPath shape() const; |
|
54 | 54 | |
|
55 |
QPainterPath path() const { return m_ |
|
|
55 | QPainterPath path() const { return m_linePath; } | |
|
56 | 56 | |
|
57 | 57 | public Q_SLOTS: |
|
58 | 58 | void handleUpdated(); |
General Comments 0
You need to be logged in to leave comments.
Login now