From f81ba2f04666ff4b7e9603417443e3bb33ef7694 Mon Sep 17 00:00:00 2001 From: Dmitry Pinaev Date: Fri, 16 Aug 2024 21:51:31 +0200 Subject: [PATCH] Update AbstractConnectionPainter.hpp --- include/QtNodes/internal/AbstractConnectionPainter.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/QtNodes/internal/AbstractConnectionPainter.hpp b/include/QtNodes/internal/AbstractConnectionPainter.hpp index a25fb622..f838a0b9 100644 --- a/include/QtNodes/internal/AbstractConnectionPainter.hpp +++ b/include/QtNodes/internal/AbstractConnectionPainter.hpp @@ -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;