mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
7f8d20c09d
commit
e8ad4b0c97
4 changed files with 2 additions and 43 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue