summaryrefslogtreecommitdiff
path: root/src/plugins/git/gerrit/gerritplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/gerrit/gerritplugin.h')
-rw-r--r--src/plugins/git/gerrit/gerritplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/git/gerrit/gerritplugin.h b/src/plugins/git/gerrit/gerritplugin.h
index 404a2c9f25..bd9d554bfb 100644
--- a/src/plugins/git/gerrit/gerritplugin.h
+++ b/src/plugins/git/gerrit/gerritplugin.h
@@ -78,8 +78,8 @@ private:
QSharedPointer<GerritParameters> m_parameters;
QSharedPointer<GerritServer> m_server;
QPointer<GerritDialog> m_dialog;
- Core::Command *m_gerritCommand;
- Core::Command *m_pushToGerritCommand;
+ Core::Command *m_gerritCommand = nullptr;
+ Core::Command *m_pushToGerritCommand = nullptr;
QString m_reviewers;
};