forked from qt-creator/qt-creator
use Core::Id for IMode::id and IMode::type
Change-Id: Ic7ce5b883e054c6eeba078327042e99e1c556345 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -597,7 +597,7 @@ void QmlProfilerTool::showSaveDialog()
|
||||
|
||||
void QmlProfilerTool::showLoadDialog()
|
||||
{
|
||||
if (ModeManager::currentMode()->id() != QLatin1String(MODE_ANALYZE))
|
||||
if (ModeManager::currentMode()->id() != MODE_ANALYZE)
|
||||
AnalyzerManager::showMode();
|
||||
|
||||
if (AnalyzerManager::currentSelectedTool() != this)
|
||||
|
Reference in New Issue
Block a user