summaryrefslogtreecommitdiff
path: root/src/plugins/git/changeselectiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/changeselectiondialog.cpp')
-rw-r--r--src/plugins/git/changeselectiondialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp
index 247427eed5..5a46b2cbbf 100644
--- a/src/plugins/git/changeselectiondialog.cpp
+++ b/src/plugins/git/changeselectiondialog.cpp
@@ -204,7 +204,7 @@ void ChangeSelectionDialog::terminateProcess()
m_process->kill();
m_process->waitForFinished();
delete m_process;
- m_process = 0;
+ m_process = nullptr;
}
void ChangeSelectionDialog::recalculateCompletion()