diff -r 048a7d391e05 -r cfb5f62ea048 cadMousePro-gui/src/MouseMainWindow.h --- a/cadMousePro-gui/src/MouseMainWindow.h Tue Sep 03 19:15:51 2019 +0200 +++ b/cadMousePro-gui/src/MouseMainWindow.h Tue Sep 03 23:55:00 2019 +0200 @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "generated-sources/Proxy.h" @@ -41,6 +42,7 @@ QCheckBox* statusProxy = new QCheckBox("connected to Daemon", this); QCheckBox* statusUPower = new QCheckBox("connected to UPower", this); QCheckBox* statusDevice = new QCheckBox("mouse found", this); + QLabel* statusName = new QLabel(this); QCheckBox* configureSmartScrolling = new QCheckBox("smart scrolling (free wheel)", this); QCheckBox* configureLiftOffDetection = new QCheckBox("lift-off detection", this);