cleanup: Uninitialized pointer field
CID 208292 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
f057dd46ed
commit
9836f57598
@ -69,8 +69,8 @@ public:
|
||||
|
||||
private:
|
||||
Ui::PrintOptions ui;
|
||||
struct print_options *printOptions;
|
||||
struct template_options *templateOptions;
|
||||
struct print_options *printOptions = Q_NULLPTR;
|
||||
struct template_options *templateOptions = Q_NULLPTR;
|
||||
bool hasSetupSlots;
|
||||
QString lastImportExportTemplate;
|
||||
void setupTemplates();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user