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 --- mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index c7a871f..dc06243 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -45,7 +45,7 @@ public slots: void exportCurrentPageAsPng(const QString &file); void exportCurrentPageAsSvg(const QString &file); - void exportCurrentPageAsStrokeListTxt(const QString &file); + void exportCurrentPageAsTXYP(const QString &file, bool relativeTime); void exportCurrentPaperReplayAsAac(const QString &file); private slots: -- cgit v1.2.3