From 30230dce1027a6a0d0bad5e09581e6130cc78a62 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 1 Apr 2019 23:11:19 +0200 Subject: Cleanup: remove all Q_NULLPTR instances It expands to nullptr anyway and is inconsitent with the rest of the code. Let's remove this anachronism. Signed-off-by: Berthold Stoeger --- desktop-widgets/printoptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-widgets/printoptions.h') 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(); -- cgit v1.2.3-70-g09d2