From 66dd35254724ec5d4471a8be71f92e06cf0fa8e8 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 12 Sep 2021 01:36:41 +0200 Subject: add ability to export a stroke list in plain text --- mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index f3f6128..c7a871f 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -45,6 +45,7 @@ public slots: void exportCurrentPageAsPng(const QString &file); void exportCurrentPageAsSvg(const QString &file); + void exportCurrentPageAsStrokeListTxt(const QString &file); void exportCurrentPaperReplayAsAac(const QString &file); private slots: -- cgit v1.2.3