QmlProfiler: Namespace fixes

Use own namespace (QmlProfiler) instead of Analyzer.
This commit is contained in:
Kai Koehne
2011-03-25 09:21:00 +01:00
parent 76a5abf602
commit ac61c9a918
10 changed files with 48 additions and 27 deletions

View File

@@ -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()