diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-10 13:22:35 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-10 13:22:35 +0100 |
commit | 2baf3b730dc20c85e4a5aa2fb609dd4703695908 (patch) | |
tree | 80cf0aa542396e0a5a54d1a629a4a8bb444a501f /confui/ui_automation.h | |
parent | 169f2131b5d52230863f208fd1d52cc04c144e83 (diff) |
add documentation to GUI header files
Diffstat (limited to 'confui/ui_automation.h')
-rw-r--r-- | confui/ui_automation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/confui/ui_automation.h b/confui/ui_automation.h index e4118dc..69f2bdd 100644 --- a/confui/ui_automation.h +++ b/confui/ui_automation.h @@ -9,6 +9,7 @@ #include "mesh_connector.h" class CDAutomationsTabWidget; +/** @brief widget that displays single automation */ class CDAutomationWidget : public QWidget { Q_OBJECT |