diff options
Diffstat (limited to 'notebookview.h')
-rw-r--r-- | notebookview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notebookview.h b/notebookview.h index c1e425d..cced421 100644 --- a/notebookview.h +++ b/notebookview.h @@ -59,7 +59,7 @@ public: QImage exportPageAsImage(int pageNum) const; void renderPage(QPainter *painter, int pageNum, const QRectF &target = QRectF(), const QRectF &source = QRectF()) const; - void exportPageAsStrokeList(QIODevice *device, int pageNum); + void exportPageAsTXYP(QIODevice *device, int pageNum, bool relativeTime); void requestPaperReplay(const QString &file, qint64 time); |