Skip to content

Commit 9f11e5c

Browse files
committed
Update doc
1 parent e6f0dba commit 9f11e5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Hesiod/include/hesiod/model/nodes/base_node.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ class BaseNode : public QWidget, public gnode::Node, public gngui::NodeProxy
9999

100100
void set_id(const std::string &new_id) override { gnode::Node::set_id(new_id); }
101101

102-
//--------------------
103-
// NodeProxy wrapper - fetches the infos necessary to build up the node GUI
104-
//--------------------
102+
//>>> NodeProxy wrapper - fetches the infos necessary to build up the node GUI
105103

106104
std::string get_caption() const override { return this->get_label(); }
107105

@@ -126,6 +124,8 @@ class BaseNode : public QWidget, public gnode::Node, public gngui::NodeProxy
126124

127125
virtual QWidget *get_qwidget_ref() override;
128126

127+
//<<< NodeProxy wrapper end
128+
129129
Q_SIGNALS:
130130
void compute_finished(const std::string &id);
131131

0 commit comments

Comments
 (0)