diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-13 15:32:58 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-13 15:32:58 +0100 |
commit | dba17944c70cf4e51a40e617a1ba6abc0fd1e65d (patch) | |
tree | 667ce85f3d11d29a56ffd740c207044987d2b268 /confui/mainwindow.h | |
parent | 81e1d54c33fedd3e297bbf812c36d628e8261056 (diff) |
fix infinite loop
Diffstat (limited to 'confui/mainwindow.h')
-rw-r--r-- | confui/mainwindow.h | 2 |
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(); }; |