printing: store the last import / export template

Store the last template file name which the user
imported / exported and then try to pre-select
it in the combo box.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-11-23 16:40:05 +02:00
parent bc6146577d
commit a2ec791f2f
2 changed files with 7 additions and 1 deletions

View file

@ -72,6 +72,7 @@ private:
struct print_options *printOptions;
struct template_options *templateOptions;
bool hasSetupSlots;
QString lastImportExportTemplate;
void setupTemplates();
private