aboutsummaryrefslogtreecommitdiff
path: root/smartpen.h
diff options
context:
space:
mode:
Diffstat (limited to 'smartpen.h')
-rw-r--r--smartpen.h4
1 files changed, 2 insertions, 2 deletions
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);