From 59feffc5a253fec33b310f7a0105c8ef42b9019b Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Jun 2015 01:35:25 +0200 Subject: paperreplay working --- notebookview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'notebookview.h') diff --git a/notebookview.h b/notebookview.h index 567d5cf..1b3eb46 100644 --- a/notebookview.h +++ b/notebookview.h @@ -32,10 +32,13 @@ public: int zoom() const; + void requestPaperReplay(const QString &file, qint64 time); + signals: void pageNumbersChanged(); void curPageChanged(); void zoomChanged(); + void paperReplayRequested(const QString &file, qint64 time); public slots: void clear(); -- cgit v1.2.3