forked from qt-creator/qt-creator
Debugger: Remove return value from AnalyzerManager::createDockWidget()
Change-Id: If6cd2a68f2f99a1977ded0f05a12790194143274 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -41,10 +41,9 @@ const char ANALYZER[] = "Analyzer";
|
||||
|
||||
const char TraceFileExtension[] = ".qtd";
|
||||
|
||||
const char QmlProfilerTimelineDock[] = "QmlProfilerTimelineDock";
|
||||
|
||||
const char QmlProfilerPerspective[] = "QmlProfilerPerspective";
|
||||
const char QmlProfilerLocalActionId[] = "QmlProfiler.Local";
|
||||
const char QmlProfilerPerspectiveId[] = "QmlProfiler.Perspective";
|
||||
const char QmlProfilerTimelineDockId[] = "QmlProfiler.Timeline.Dock";
|
||||
const char QmlProfilerLocalActionId[] = "QmlProfiler.Local";
|
||||
const char QmlProfilerRemoteActionId[] = "QmlProfiler.Remote";
|
||||
|
||||
const char QmlProfilerLoadActionId[] =
|
||||
|
||||
Reference in New Issue
Block a user