aboutsummaryrefslogtreecommitdiff
path: root/notebookview.h
diff options
context:
space:
mode:
Diffstat (limited to 'notebookview.h')
-rw-r--r--notebookview.h3
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();