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
Fixed unused variable.
  • Loading branch information
rayment committed Jan 28, 2023
commit 41957ea2b04101d98a9485174913e1b40708e9ee
5 changes: 1 addition & 4 deletions include/QtNodes/internal/DataFlowGraphModel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ public Q_SLOTS:
virtual void propagate(NodeId const nodeId);

protected:
virtual bool canPropagate(ConnectionId const connectionId)
{
return true;
}
virtual bool canPropagate(ConnectionId const) { return true; }
Comment thread
rayment marked this conversation as resolved.
Outdated

Q_SIGNALS:
void inPortDataWasSet(NodeId const, PortType const, PortIndex const);
Expand Down