Skip to content

Commit

Permalink
setcommandparam definition error
Browse files Browse the repository at this point in the history
  • Loading branch information
1445643474 committed Nov 3, 2023
1 parent 5e15718 commit 140786d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/zenomodel/src/subgraphmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class SubGraphModel : public QAbstractItemModel
QModelIndex getNetOutput(const QString& name) const;
QStringList dumpLabels() const;
QModelIndexList getNetInputSocks(const QString& name) const;
void SubGraphModel::setCommandParam(const QModelIndex& sock, bool bMarked);
void setCommandParam(const QModelIndex& sock, bool bMarked);

public slots:
void onDoubleClicked(const QString &nodename);
Expand Down

0 comments on commit 140786d

Please sign in to comment.