diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-07-24 09:53:07 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-07-28 11:37:30 +0300 |
commit | 2b2c506cb7e5e1659ad68818eca46d14d7840ecd (patch) | |
tree | 1085b0d8faa43c12818b89a4cfc7666a481457d0 /qt-ui/printoptions.h | |
parent | c95358c4b9c39016d08c234fb7e5db4958ff381e (diff) | |
download | subsurface-2b2c506cb7e5e1659ad68818eca46d14d7840ecd.tar.gz |
Printing: use grantlee templates from the current existing template list
We use templates from the grantlee templates list created and
dynamically. So we don't need static templates anymore.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r-- | qt-ui/printoptions.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h index 3a55c6994..3ece6b64c 100644 --- a/qt-ui/printoptions.h +++ b/qt-ui/printoptions.h @@ -11,11 +11,7 @@ struct print_options { TABLE, STATISTICS } type; - enum print_template { - ONE_DIVE, - TWO_DIVE, - CUSTOM - } p_template; + QString p_template; bool print_selected; bool color_selected; bool landscape; |