Skip to content

Commit

Permalink
Update AbstractConnectionPainter.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paceholder authored Aug 16, 2024
1 parent 0b2ec15 commit f81ba2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/QtNodes/internal/AbstractConnectionPainter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ class NODE_EDITOR_PUBLIC AbstractConnectionPainter
virtual ~AbstractConnectionPainter() = default;

/**
* Reimplement this function in order to have a custom connection painting.
*
*/
* Reimplement this function in order to have a custom connection painting.
*/
virtual void paint(QPainter *painter, ConnectionGraphicsObject const &cgo) const = 0;

virtual QPainterPath getPainterStroke(ConnectionGraphicsObject const &cgo) const = 0;
Expand Down

0 comments on commit f81ba2f

Please sign in to comment.