diff options
author | Javier <dev.git@javispedro.com> | 2015-06-11 01:16:26 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-11 01:16:26 +0200 |
commit | 6cb50e66f3c196a2a4bcc95a419260d6b8c2461f (patch) | |
tree | 610963526dbd205500db145965309b1de2b18a97 /smartpenmanager.h | |
parent | a69e97943539a8abc4d2762638c169dc19c88516 (diff) | |
download | scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.tar.gz scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.zip |
experiment with audio/paperreplay data
Diffstat (limited to 'smartpenmanager.h')
-rw-r--r-- | smartpenmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smartpenmanager.h b/smartpenmanager.h index d1b4800..ab6f159 100644 --- a/smartpenmanager.h +++ b/smartpenmanager.h @@ -35,7 +35,7 @@ private: udev *_udev; udev_monitor *_monitor; QSocketNotifier *_notifier; - QMap<QPair<int, int>, SmartpenSyncer*> _syncers; + QMap<Smartpen::Address, SmartpenSyncer*> _syncers; }; |