aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index e176122..6689795 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -59,6 +59,8 @@ private slots:
void handleMediaTotalTimeChanged(qint64 time);
void handleMediaTick(qint64 time);
void handlePensBeingSynchronizedChanged();
+ void handlePenSyncComplete(const QString &penName);
+ void handlePenSyncFailed(const QString &penName);
void handleExport();
void handleAbout();