mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: Uninitialized pointer field
CID 208292 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
f057dd46ed
commit
9836f57598
1 changed files with 2 additions and 2 deletions
|
|
@ -69,8 +69,8 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::PrintOptions ui;
|
Ui::PrintOptions ui;
|
||||||
struct print_options *printOptions;
|
struct print_options *printOptions = Q_NULLPTR;
|
||||||
struct template_options *templateOptions;
|
struct template_options *templateOptions = Q_NULLPTR;
|
||||||
bool hasSetupSlots;
|
bool hasSetupSlots;
|
||||||
QString lastImportExportTemplate;
|
QString lastImportExportTemplate;
|
||||||
void setupTemplates();
|
void setupTemplates();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue