aboutsummaryrefslogtreecommitdiff
path: root/stftxtexport.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 /stftxtexport.h
parent5d87ef1a3500c6e7b003a3a54a38b0ce7ab5abb1 (diff)
downloadscribiu-b78e171537fe8cc227521bb6b12bfb923a248f08.tar.gz
scribiu-b78e171537fe8cc227521bb6b12bfb923a248f08.zip
replace txt export support with specific txyz export
Diffstat (limited to 'stftxtexport.h')
-rw-r--r--stftxtexport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stftxtexport.h b/stftxtexport.h
index 90a83e0..b9ca821 100644
--- a/stftxtexport.h
+++ b/stftxtexport.h
@@ -26,7 +26,7 @@ class StfTxtExport
public:
explicit StfTxtExport(AfdNotebook *nb);
- void exportStrokeList(QIODevice *out, int pageNum);
+ void exportToTXYP(QIODevice *out, int pageNum, bool relativeTime);
private:
AfdNotebook *_nb;