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:
|
||||
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…
Add table
Reference in a new issue