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

@@ -3,6 +3,8 @@
#include <qdeclarativecontext.h>
#include <qdeclarativeproperty.h>
using namespace QmlProfiler::Internal;
TimelineView::TimelineView(QDeclarativeItem *parent) :
QDeclarativeItem(parent), m_delegate(0), m_startTime(0), m_endTime(0), m_startX(0),
prevMin(0), prevMax(0), m_totalWidth(0)