diff options
Diffstat (limited to 'smartpenmanager.h')
-rw-r--r-- | smartpenmanager.h | 3 |
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: |