summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/printoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/printoptions.h')
-rw-r--r--desktop-widgets/printoptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/printoptions.h b/desktop-widgets/printoptions.h
index 29f3fa42a..0290f1a3e 100644
--- a/desktop-widgets/printoptions.h
+++ b/desktop-widgets/printoptions.h
@@ -69,8 +69,8 @@ public:
private:
Ui::PrintOptions ui;
- struct print_options *printOptions = Q_NULLPTR;
- struct template_options *templateOptions = Q_NULLPTR;
+ struct print_options *printOptions = nullptr;
+ struct template_options *templateOptions = nullptr;
bool hasSetupSlots;
QString lastImportExportTemplate;
void setupTemplates();