Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into data-propagation
  • Loading branch information
rayment committed Jan 31, 2023
commit bbd92b7198d6990f2e3e57b27e38bd657b7b7279
4 changes: 4 additions & 0 deletions include/QtNodes/internal/DataFlowGraphModel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ public Q_SLOTS:
NodeId newNodeId() override { return _nextNodeId++; }

protected Q_SLOTS:
void sendConnectionCreation(ConnectionId const connectionId);

void sendConnectionDeletion(ConnectionId const connectionId);

/**
* Fuction is called in three cases:
*
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.