diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-07-26 00:31:37 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-07-28 11:37:38 +0300 |
commit | e8ad4b0c97c011f9cc89943252a69a8008bbb749 (patch) | |
tree | 93e9983561424da0d6af5d9a0a60fafef3feda29 /qt-ui/printoptions.h | |
parent | 7f8d20c09d531a65dd8864e86b33766d49c0b04b (diff) | |
download | subsurface-e8ad4b0c97c011f9cc89943252a69a8008bbb749.tar.gz |
Printing: remove "Table" option from print options radio group
"Table" print is now a template, so remove the radio button.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h index 3ece6b64c..326935b8c 100644 --- a/qt-ui/printoptions.h +++ b/qt-ui/printoptions.h @@ -8,7 +8,6 @@ struct print_options { enum print_type { DIVELIST, - TABLE, STATISTICS } type; QString p_template; @@ -66,7 +65,6 @@ slots: void printInColorClicked(bool check); void printSelectedClicked(bool check); void on_radioStatisticsPrint_clicked(bool check); - void on_radioTablePrint_clicked(bool check); void on_radioDiveListPrint_clicked(bool check); void on_printTemplate_currentIndexChanged(int index); void on_editButton_clicked(); |