aboutsummaryrefslogtreecommitdiff
path: root/smartpenmanager.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-14 17:17:12 +0200
committerJavier <dev.git@javispedro.com>2015-06-14 17:17:12 +0200
commite3c4aa5dffecc8f62958c44035b2e58de0228eb4 (patch)
tree8fb5f24098e094fe1f103092c6fed07a116cb91a /smartpenmanager.h
parentaa2999041d405215d5a7e8c494e276ebbfc089fc (diff)
downloadscribiu-e3c4aa5dffecc8f62958c44035b2e58de0228eb4.tar.gz
scribiu-e3c4aa5dffecc8f62958c44035b2e58de0228eb4.zip
better synchronization status reporting
Diffstat (limited to 'smartpenmanager.h')
-rw-r--r--smartpenmanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/smartpenmanager.h b/smartpenmanager.h
index ab6f159..77b0978 100644
--- a/smartpenmanager.h
+++ b/smartpenmanager.h
@@ -19,8 +19,11 @@ public:
explicit SmartpenManager(QObject *parent = 0);
~SmartpenManager();
+ QStringList pensBeingSynchronized() const;
+
signals:
void syncComplete(const QString &penName);
+ void pensBeingSynchronizedChanged();
public slots: