diff options
| author | 2015-07-05 07:26:39 +0200 | |
|---|---|---|
| committer | 2015-07-05 21:03:04 +0300 | |
| commit | c44496e23d3e16ec6b5622eea73ae39d991e27bf (patch) | |
| tree | 822d7e82316872ada6062e3a643aad2c574d5f19 /templatelayout.h | |
| parent | a70cea95e8c67805945eda8e874a12f67daebe9f (diff) | |
| download | subsurface-c44496e23d3e16ec6b5622eea73ae39d991e27bf.tar.gz | |
Printing: move template_options to print_options.h
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'templatelayout.h')
| -rw-r--r-- | templatelayout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templatelayout.h b/templatelayout.h index 3826c6c00..622f7d7a0 100644 --- a/templatelayout.h +++ b/templatelayout.h @@ -4,7 +4,6 @@ #include <grantlee_templates.h> #include "mainwindow.h" #include "printoptions.h" -#include "templateedit.h" int getTotalWork(print_options *printOptions); |