--- 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 <QRadioButton>
#include <QButtonGroup>
#include <QLineEdit>
+#include <QLabel>
#include <QtDBus/QDBusConnection>
#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);