QmlProfiler: Fix compilation for 4.7.1

Remove inclusion of private Qt header that was not needed anyway.
This commit is contained in:
Kai Koehne
2011-03-25 09:06:26 +01:00
parent 7ade00c74a
commit bcf24c6144

View File

@@ -2,7 +2,6 @@
#include <qdeclarativecontext.h>
#include <qdeclarativeproperty.h>
#include <private/qperformancetimer_p.h>
TimelineView::TimelineView(QDeclarativeItem *parent) :
QDeclarativeItem(parent), m_delegate(0), m_startTime(0), m_endTime(0), m_startX(0),