diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index 72d8898..7ce6a1e 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -42,6 +42,7 @@ private slots: void handleMediaTick(qint64 time); void handlePensBeingSynchronizedChanged(); void handleExport(); + void handleAbout(); private: QString formatDuration(qint64 time); |