From b78e171537fe8cc227521bb6b12bfb923a248f08 Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 16 Sep 2021 10:56:37 +0200 Subject: replace txt export support with specific txyz export --- notebookview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notebookview.h') 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); -- cgit v1.2.3