summaryrefslogtreecommitdiff
path: root/src/plugins/git/logchangedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/logchangedialog.h')
-rw-r--r--src/plugins/git/logchangedialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/git/logchangedialog.h b/src/plugins/git/logchangedialog.h
index 9576d9d361..dfd83f4bf0 100644
--- a/src/plugins/git/logchangedialog.h
+++ b/src/plugins/git/logchangedialog.h
@@ -96,9 +96,9 @@ public:
LogChangeWidget *widget() const;
private:
- LogChangeWidget *m_widget;
- QDialogButtonBox *m_dialogButtonBox;
- QComboBox *m_resetTypeComboBox;
+ LogChangeWidget *m_widget = nullptr;
+ QDialogButtonBox *m_dialogButtonBox = nullptr;
+ QComboBox *m_resetTypeComboBox = nullptr;
};
class LogItemDelegate : public QStyledItemDelegate