From 1840a89aff3c439af74af11ab46d9d1cef69aec0 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Wed, 19 Feb 2014 22:37:55 +0200 Subject: [PATCH] Valgrind: Callgrind log is not XML XML is not supported at all for callgrind Change-Id: I682f25451cfe3ab619efbf1af5627305a945fd17 Reviewed-by: hjk <hjk121@nokiamail.com> --- src/plugins/valgrind/callgrindtool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/valgrind/callgrindtool.cpp b/src/plugins/valgrind/callgrindtool.cpp index 7dd2c4a5456..19b747ccf92 100644 --- a/src/plugins/valgrind/callgrindtool.cpp +++ b/src/plugins/valgrind/callgrindtool.cpp @@ -938,9 +938,9 @@ void CallgrindToolPrivate::loadExternalXmlLogFile() { const QString filePath = QFileDialog::getOpenFileName( Core::ICore::mainWindow(), - tr("Open Callgrind XML Log File"), + tr("Open Callgrind Log File"), QString(), - tr("XML Files (*.xml);;All Files (*)")); + tr("Callgrind Output (callgrind.out*);;All Files (*)")); if (filePath.isEmpty()) return; -- GitLab