diff options
Diffstat (limited to 'templatelayout.h')
-rw-r--r-- | templatelayout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templatelayout.h b/templatelayout.h index e37e9e868..5f4678923 100644 --- a/templatelayout.h +++ b/templatelayout.h @@ -6,6 +6,9 @@ #include "printoptions.h" int getTotalWork(print_options *printOptions); +void find_all_templates(); + +extern QList<QString> grantlee_templates; class TemplateLayout : public QObject { Q_OBJECT |