diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-06 13:54:15 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-06 13:54:15 +0100 |
commit | a2fe55b5c31e08ca4df165172269e7eb58d75bf6 (patch) | |
tree | 19d2229618e8e6c9bdddda2756d1d11c1bb6843e /confui/mainwindow.h | |
parent | c3dcee6a94032904c03a4f7daec98fdc81ea2357 (diff) |
add node to gui on get node response
Diffstat (limited to 'confui/mainwindow.h')
-rw-r--r-- | confui/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/confui/mainwindow.h b/confui/mainwindow.h index 587c447..4093cd1 100644 --- a/confui/mainwindow.h +++ b/confui/mainwindow.h @@ -10,6 +10,9 @@ class CDAutomationsTabWidget; class CDNodeOverviewTabWidget; +class CDMainWindow; + +extern CDMainWindow *g_cd_main_window; /** * @brief main window |