From fd2a247a065548422b828d3055729e435a918f42 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 19 Sep 2021 20:55:17 +0200 Subject: add InkML export support, fix bug with page layout in notebookview --- scribiu.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scribiu.pro') diff --git a/scribiu.pro b/scribiu.pro index c47865e..d25f2fc 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -24,12 +24,12 @@ SOURCES += main.cc \ notebookmodel.cc \ smartpensyncer.cc \ smartpen.cc bitreader.cc stfreader.cc \ + stfexporter.cc \ xmlutils.cc \ notebookview.cc \ afdnotebook.cc \ pageitem.cc \ stfgraphicsitem.cc \ - stftxtexport.cc \ paperreplay.cc \ afdpageaddress.cc \ stfstrokeitem.cc \ @@ -40,12 +40,12 @@ HEADERS += mainwindow.h \ notebookmodel.h \ smartpensyncer.h \ smartpen.h bitreader.h stfreader.h \ + stfexporter.h \ xmlutils.h \ notebookview.h \ afdnotebook.h \ pageitem.h \ stfgraphicsitem.h \ - stftxtexport.h \ paperreplay.h \ afdpageaddress.h \ stfstrokeitem.h \ -- cgit v1.2.3