aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2021-09-16 10:56:37 +0200
committerJavier <dev.git@javispedro.com>2021-09-16 10:56:37 +0200
commitb78e171537fe8cc227521bb6b12bfb923a248f08 (patch)
tree62dac723ef9fc0647f5667635a4e235dbb625bdd /mainwindow.h
parent5d87ef1a3500c6e7b003a3a54a38b0ce7ab5abb1 (diff)
downloadscribiu-b78e171537fe8cc227521bb6b12bfb923a248f08.tar.gz
scribiu-b78e171537fe8cc227521bb6b12bfb923a248f08.zip
replace txt export support with specific txyz export
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 1 insertions, 1 deletions
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: