diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-08-21 18:07:30 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-08-22 18:34:34 +0300 |
commit | 6a692495c024876d74145df8b67734323ec348b6 (patch) | |
tree | 2df90776afd63442c340d57200aff32db750e550 /qt-ui/printoptions.h | |
parent | 77c81b299bf376d67435e61cf172d49a3177f680 (diff) | |
download | subsurface-6a692495c024876d74145df8b67734323ec348b6.tar.gz |
Printing: add statistics templates to the dialog
Show the existing templates based on the print type selected
by the user.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r-- | qt-ui/printoptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h index 6d7ffffee..9c50b10f3 100644 --- a/qt-ui/printoptions.h +++ b/qt-ui/printoptions.h @@ -70,6 +70,7 @@ private: struct print_options *printOptions; struct template_options *templateOptions; bool hasSetupSlots; + void setupTemplates(); private slots: |