diff options
author | Javier <dev.git@javispedro.com> | 2015-06-14 01:35:25 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-14 01:35:25 +0200 |
commit | 59feffc5a253fec33b310f7a0105c8ef42b9019b (patch) | |
tree | 855c7c86b4413d813d2a6c40d167eb78ee3250d3 /notebookview.h | |
parent | 72a71a2003028fc97d74cebecebb1541d66ded86 (diff) | |
download | scribiu-59feffc5a253fec33b310f7a0105c8ef42b9019b.tar.gz scribiu-59feffc5a253fec33b310f7a0105c8ef42b9019b.zip |
paperreplay working
Diffstat (limited to 'notebookview.h')
-rw-r--r-- | notebookview.h | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |