forked from qt-creator/qt-creator
QmlProfiler: Namespace fixes
Use own namespace (QmlProfiler) instead of Analyzer.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <unistd.h> // sleep
|
||||
#endif
|
||||
|
||||
using namespace Analyzer::Internal;
|
||||
using namespace QmlProfiler::Internal;
|
||||
|
||||
class QmlProfilerEngine::QmlProfilerEnginePrivate
|
||||
{
|
||||
@@ -88,7 +88,7 @@ void QmlProfilerEngine::stop()
|
||||
|
||||
void QmlProfilerEngine::spontaneousStop()
|
||||
{
|
||||
AnalyzerManager::instance()->stopTool();
|
||||
Analyzer::AnalyzerManager::instance()->stopTool();
|
||||
}
|
||||
|
||||
void QmlProfilerEngine::viewUpdated()
|
||||
|
||||
Reference in New Issue
Block a user