Valgrind: Callgrind log is not XML

XML is not supported at all for callgrind

Change-Id: I682f25451cfe3ab619efbf1af5627305a945fd17
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2014-02-19 22:37:55 +02:00
committed by hjk
parent 7b30c8a0f5
commit 1840a89aff

View File

@@ -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;