forked from qt-creator/qt-creator
Valgrind: Always use global settings if no project is loaded
Change-Id: Id52ec4fff052cbbafef1c83c1a864e259c55b148 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -181,7 +181,7 @@ static void initKindFilterAction(QAction *action, const QVariantList &kinds)
|
||||
MemcheckTool::MemcheckTool(QObject *parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
m_settings = 0;
|
||||
m_settings = ValgrindPlugin::globalSettings();
|
||||
m_errorModel = 0;
|
||||
m_errorProxyModel = 0;
|
||||
m_errorView = 0;
|
||||
|
||||
Reference in New Issue
Block a user