diff options
author | Javier <dev.git@javispedro.com> | 2015-06-14 17:17:12 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-14 17:17:12 +0200 |
commit | e3c4aa5dffecc8f62958c44035b2e58de0228eb4 (patch) | |
tree | 8fb5f24098e094fe1f103092c6fed07a116cb91a /smartpensyncer.h | |
parent | aa2999041d405215d5a7e8c494e276ebbfc089fc (diff) | |
download | scribiu-e3c4aa5dffecc8f62958c44035b2e58de0228eb4.tar.gz scribiu-e3c4aa5dffecc8f62958c44035b2e58de0228eb4.zip |
better synchronization status reporting
Diffstat (limited to 'smartpensyncer.h')
-rw-r--r-- | smartpensyncer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smartpensyncer.h b/smartpensyncer.h index 7d8e0c9..107030b 100644 --- a/smartpensyncer.h +++ b/smartpensyncer.h @@ -13,8 +13,10 @@ public: ~SmartpenSyncer(); Smartpen::Address penAddress() const; + QString penName() const; signals: + void penNameChanged(); public slots: void abort(); |