aboutsummaryrefslogtreecommitdiff
path: root/confui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'confui/mainwindow.h')
-rw-r--r--confui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/confui/mainwindow.h b/confui/mainwindow.h
index 53a30c2..af52617 100644
--- a/confui/mainwindow.h
+++ b/confui/mainwindow.h
@@ -42,4 +42,6 @@ public:
virtual void menu_add_automation();
/** @brief menu bar set serial port action handler */
void menu_set_serial_port(string new_port);
+ /** @brief send get_node command to sync network state */
+ virtual void update_net();
};