diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index dc06243..2f5575c 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -46,6 +46,7 @@ public slots: void exportCurrentPageAsPng(const QString &file); void exportCurrentPageAsSvg(const QString &file); void exportCurrentPageAsTXYP(const QString &file, bool relativeTime); + void exportCurrentPageAsInkML(const QString &file); void exportCurrentPaperReplayAsAac(const QString &file); private slots: |