diff options
author | Javier <dev.git@javispedro.com> | 2015-06-14 03:32:35 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-14 03:32:35 +0200 |
commit | 46cb4b079be113996214660020d6ef0c3d1f1e80 (patch) | |
tree | 4f3c7ec2d09fe532b2d0a640aadffe52d6abf67a /scribiu.pro | |
parent | 59feffc5a253fec33b310f7a0105c8ef42b9019b (diff) | |
download | scribiu-46cb4b079be113996214660020d6ef0c3d1f1e80.tar.gz scribiu-46cb4b079be113996214660020d6ef0c3d1f1e80.zip |
paperless replay also working
Diffstat (limited to 'scribiu.pro')
-rw-r--r-- | scribiu.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scribiu.pro b/scribiu.pro index a49ef42..437e1ce 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -22,7 +22,8 @@ SOURCES += main.cc\ stfgraphicsitem.cc \ paperreplay.cc \ afdpageaddress.cc \ - stfstrokeitem.cc + stfstrokeitem.cc \ + paperreplaymodel.cc HEADERS += mainwindow.h \ smartpenmanager.h \ @@ -36,6 +37,7 @@ HEADERS += mainwindow.h \ stfgraphicsitem.h \ paperreplay.h \ afdpageaddress.h \ - stfstrokeitem.h + stfstrokeitem.h \ + paperreplaymodel.h FORMS += mainwindow.ui |