forked from qt-creator/qt-creator
Valgrind: Use a filter for XML files
Change-Id: Id99b5c06eedd014e5845a1b4642901e4b222090a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
5f61d91648
commit
8ada592f42
@@ -487,8 +487,11 @@ void MemcheckTool::suppressionActionTriggered()
|
||||
|
||||
void MemcheckTool::loadExternalXmlLogFile()
|
||||
{
|
||||
const QString filePath = QFileDialog::getOpenFileName(Core::ICore::mainWindow(),
|
||||
tr("Open Memcheck XML Log File"));
|
||||
const QString filePath = QFileDialog::getOpenFileName(
|
||||
Core::ICore::mainWindow(),
|
||||
tr("Open Memcheck XML Log File"),
|
||||
QString(),
|
||||
tr("XML Files (*.xml);;All Files (*)"));
|
||||
if (filePath.isEmpty())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user