From fb55ea21c891a75f2e7e06d336faa9b5b8b105a3 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Jun 2015 20:18:59 +0200 Subject: improve sync locking and status messages --- mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mainwindow.h') 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(); -- cgit v1.2.3