diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-25 08:30:24 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-25 08:30:24 -0800 |
commit | 357dea0bcb374d02b3a3219f4f78752b1703ea27 (patch) | |
tree | d8abca0c6c597fd8c23a36a4eb65ee953fe1f06e /desktop-widgets/templatelayout.h | |
parent | dd2466f51899aae406dc8c13904787710f30ec1c (diff) | |
parent | 4a870ff6b3478725629116ddf48df345619b3d64 (diff) | |
download | subsurface-357dea0bcb374d02b3a3219f4f78752b1703ea27.tar.gz |
Merge branch 'print' of https://github.com/neolit123/subsurface
Diffstat (limited to 'desktop-widgets/templatelayout.h')
-rw-r--r-- | desktop-widgets/templatelayout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-widgets/templatelayout.h b/desktop-widgets/templatelayout.h index 9c24d096d..cb60cc03d 100644 --- a/desktop-widgets/templatelayout.h +++ b/desktop-widgets/templatelayout.h @@ -2,6 +2,7 @@ #ifndef TEMPLATELAYOUT_H #define TEMPLATELAYOUT_H +#include <QStringList> #include <grantlee_templates.h> #include "mainwindow.h" #include "printoptions.h" @@ -12,6 +13,8 @@ int getTotalWork(print_options *printOptions); void find_all_templates(); +void set_bundled_templates_as_read_only(); +void copy_bundled_templates(QString src, QString dst, QStringList *templateBackupList); extern QList<QString> grantlee_templates, grantlee_statistics_templates; |