summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/tabordereditor/tabordereditor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/tabordereditor/tabordereditor_plugin.h')
-rw-r--r--src/designer/src/components/tabordereditor/tabordereditor_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/components/tabordereditor/tabordereditor_plugin.h b/src/designer/src/components/tabordereditor/tabordereditor_plugin.h
index 9322a4480..cf7b28d56 100644
--- a/src/designer/src/components/tabordereditor/tabordereditor_plugin.h
+++ b/src/designer/src/components/tabordereditor/tabordereditor_plugin.h
@@ -70,8 +70,8 @@ private slots:
private:
QPointer<QDesignerFormEditorInterface> m_core;
QHash<QDesignerFormWindowInterface*, TabOrderEditorTool*> m_tools;
- bool m_initialized;
- QAction *m_action;
+ bool m_initialized = false;
+ QAction *m_action = nullptr;
};
} // namespace qdesigner_internal