diff options
Diffstat (limited to 'plugingui/powerwidget.h')
-rw-r--r-- | plugingui/powerwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/powerwidget.h b/plugingui/powerwidget.h index b724e8c..562383b 100644 --- a/plugingui/powerwidget.h +++ b/plugingui/powerwidget.h @@ -90,6 +90,8 @@ private: Canvas canvas; GUI::Label shelf_label{this}; GUI::CheckBox shelf_checkbox{this}; + GUI::Label input_label{this}; + GUI::Label output_label{this}; Settings& settings; }; |