From e3c4aa5dffecc8f62958c44035b2e58de0228eb4 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Jun 2015 17:17:12 +0200 Subject: better synchronization status reporting --- smartpenmanager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'smartpenmanager.h') 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: -- cgit v1.2.3