aboutsummaryrefslogtreecommitdiff
path: root/smartpen.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2020-09-10 23:26:12 +0200
committerJavier <dev.git@javispedro.com>2020-09-10 23:26:12 +0200
commit20de09ffbaa00ab3adf91e49b847eb0061315b1e (patch)
tree19d34e3ed81b86a415809b2d213d582ff524d263 /smartpen.h
parent554a87c601dbd67b45fddc9a8362b82a5b89c5e4 (diff)
downloadscribiu-20de09ffbaa00ab3adf91e49b847eb0061315b1e.tar.gz
scribiu-20de09ffbaa00ab3adf91e49b847eb0061315b1e.zip
cleanup redundant endls and others
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);