Skip to content
Snippets Groups Projects
Commit a8b396b4 authored by hjk's avatar hjk
Browse files

Valgrind: Fix filter initialization


Change-Id: Ib136a3abd2f0432001016e17f856cf042a8d2dd6
Reviewed-by: default avatarChristian Stenger <christian.stenger@theqtcompany.com>
parent 80191645
No related branches found
No related tags found
No related merge requests found
......@@ -466,6 +466,9 @@ MemcheckTool::MemcheckTool(QObject *parent)
toolbar.addAction(m_goNext);
toolbar.addWidget(filterButton);
Debugger::registerToolbar(MemcheckPerspectiveId, toolbar);
updateFromSettings();
maybeActiveRunConfigurationChanged();
}
void MemcheckTool::updateRunActions()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment