fix: edge positioning to sockets

This commit is contained in:
parker
2025-06-22 16:30:46 +01:00
parent 1f1250c076
commit 2b9544cfae
4 changed files with 20 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
#include <stdexcept>
#include <string>
#include "gui/network/SocketGraphic.h"
#include <QGraphicsScene>
NodeGraphic::NodeGraphic(QGraphicsItem *parent)
: QGraphicsItem(parent)