From 1f76525c5f701f612b56a49715cda6597e3727b1 Mon Sep 17 00:00:00 2001 From: Christiaan Janssen Date: Thu, 8 Mar 2012 16:50:14 +0100 Subject: QmlProfiler: updated standalone app Using a stripped-down version of the profiler data structure. Change-Id: I93a0b12462edea0ca8a1d0db42aa892aa2afc919 Reviewed-by: Kai Koehne --- tools/qmlprofiler/qmlprofilerapplication.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tools/qmlprofiler/qmlprofilerapplication.h') diff --git a/tools/qmlprofiler/qmlprofilerapplication.h b/tools/qmlprofiler/qmlprofilerapplication.h index 3937db7e5f..c7148880ad 100644 --- a/tools/qmlprofiler/qmlprofilerapplication.h +++ b/tools/qmlprofiler/qmlprofilerapplication.h @@ -46,7 +46,8 @@ #include #include -#include "profileclient.h" +#include "qmlprofilerclient.h" +#include "qmlprofilerdata.h" class QmlProfilerApplication : public QCoreApplication { @@ -104,9 +105,9 @@ private: bool m_quitAfterSave; QQmlDebugConnection m_connection; - QmlProfileClient m_qmlProfilerClient; - V8ProfileClient m_v8profilerClient; - ProfileData m_profileData; + QmlProfilerClient m_qmlProfilerClient; + V8ProfilerClient m_v8profilerClient; + QmlProfilerData m_profilerData; QTimer m_connectTimer; uint m_connectionAttempts; -- cgit v1.2.3