diff options
author | Javier <dev.git@javispedro.com> | 2020-10-12 02:34:20 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2020-10-12 02:34:20 +0200 |
commit | f41de1f894c30927fa1eb6e400614c1f441d8ef4 (patch) | |
tree | 526cb86ef1c6be6863c536ca48c93d006f3f150c | |
parent | 55b5c88cf93d06629ba70eb7cddeb50a365b170a (diff) | |
download | scribiu-f41de1f894c30927fa1eb6e400614c1f441d8ef4.tar.gz scribiu-f41de1f894c30927fa1eb6e400614c1f441d8ef4.zip |
fix quazip1 includes
-rw-r--r-- | smartpensyncer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smartpensyncer.cc b/smartpensyncer.cc index acc32ac..d0c472e 100644 --- a/smartpensyncer.cc +++ b/smartpensyncer.cc @@ -20,7 +20,7 @@ #include <QtCore/QScopedArrayPointer> #include <QtCore/QThread> #include <QtCore/QDebug> -#include <quazip5/quazipfile.h> +#include <quazip/quazipfile.h> #include <cstdio> #include "paperreplay.h" #include "notebookmodel.h" |