diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 2 |
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: |