aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/externaltool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/externaltool.cpp')
-rw-r--r--src/plugins/coreplugin/externaltool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/externaltool.cpp b/src/plugins/coreplugin/externaltool.cpp
index 93a688324d..97e0e003be 100644
--- a/src/plugins/coreplugin/externaltool.cpp
+++ b/src/plugins/coreplugin/externaltool.cpp
@@ -697,7 +697,7 @@ void ExternalToolRunner::error(QProcess::ProcessError error)
if (m_tool->modifiesCurrentDocument())
DocumentManager::unexpectFileChange(m_expectedFileName);
// TODO inform about errors
- Q_UNUSED(error);
+ Q_UNUSED(error)
deleteLater();
}