forked from qt-creator/qt-creator
Analyzer: Rework the dock widget layout generation
Decouple layout generation from widget generation and separate analyzer action description from menu action creation. Tool specific layouts are named "Perspective" now. Change-Id: I774efe77a07640c4cc26e4e566662c8a673c8831 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#ifndef MEMCHECKTOOL_H
|
||||
#define MEMCHECKTOOL_H
|
||||
|
||||
#include <debugger/analyzer/ianalyzertool.h>
|
||||
#include <coreplugin/id.h>
|
||||
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
@@ -44,11 +44,16 @@ class Error;
|
||||
}
|
||||
}
|
||||
|
||||
namespace ProjectExplorer { class RunConfiguration; }
|
||||
|
||||
namespace Valgrind {
|
||||
|
||||
const char MEMCHECK_RUN_MODE[] = "MemcheckTool.MemcheckRunMode";
|
||||
const char MEMCHECK_WITH_GDB_RUN_MODE[] = "MemcheckTool.MemcheckWithGdbRunMode";
|
||||
|
||||
const char MemcheckPerspective[] = "MemcheckPerspective";
|
||||
const char MemcheckDock[] = "MemcheckDock";
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class FrameFinder;
|
||||
|
||||
Reference in New Issue
Block a user