From 20de09ffbaa00ab3adf91e49b847eb0061315b1e Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 10 Sep 2020 23:26:12 +0200 Subject: cleanup redundant endls and others --- smartpen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smartpen.h') diff --git a/smartpen.h b/smartpen.h index 30c1f74..c75c494 100644 --- a/smartpen.h +++ b/smartpen.h @@ -45,8 +45,8 @@ public: bool isConnected() const; - enum Parameters { - PenName = 8011 + enum Parameters : quint16 { + PenName = 0x8011 }; QByteArray getObject(const QString& name); -- cgit v1.2.3