diff options
author | 2015-07-28 07:27:30 -0700 | |
---|---|---|
committer | 2015-07-28 07:27:30 -0700 | |
commit | f2e2be0f67146941d9a05815db2d1335a975765e (patch) | |
tree | 31813fc61ad44048baf72cd71e016b521bd6afbe /templatelayout.h | |
parent | 7d0c6f895d813b366a3c9ff5b26ed3db1b2fba02 (diff) | |
parent | 01645d64b91b29878d6927dcf7cd5c2381e0bfaa (diff) | |
download | subsurface-f2e2be0f67146941d9a05815db2d1335a975765e.tar.gz |
Merge branch 'custom-print' of github.com:neolit123/subsurface
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 |