mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
a70cea95e8
commit
c44496e23d
5 changed files with 13 additions and 11 deletions
|
|
@ -108,6 +108,6 @@ void PrintOptions::on_printTemplate_currentIndexChanged(int index)
|
|||
|
||||
void PrintOptions::on_editButton_clicked()
|
||||
{
|
||||
TemplateEdit te(this, templateOptions);
|
||||
TemplateEdit te(this, printOptions, templateOptions);
|
||||
te.exec();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue