aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertracefile.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-04-26 12:26:46 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-05-06 10:26:13 +0000
commit54b1106f4b5f912220f8dd1dc77129e81d59e05b (patch)
tree3dad7e04fd04e799a3b3b16df9b7677e94bc3881 /src/plugins/qmlprofiler/qmlprofilertracefile.h
parentd6f351b689ed5fd91af94f695ab753ba6d8897d9 (diff)
QmlProfiler: Move notes into the notes model
There is not reason to keep them in the general data model and cross reference between the models all the time. Change-Id: Ic77c518928dcd6234555cb3f6a830bcc3dc4a1a4 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertracefile.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertracefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertracefile.h b/src/plugins/qmlprofiler/qmlprofilertracefile.h
index 6d5c9b15e7..831e4d4fe4 100644
--- a/src/plugins/qmlprofiler/qmlprofilertracefile.h
+++ b/src/plugins/qmlprofiler/qmlprofilertracefile.h
@@ -28,6 +28,7 @@
#include "qmlprofilereventlocation.h"
#include "qmlprofilereventtypes.h"
#include "qmlprofilerdatamodel.h"
+#include "qmlnote.h"
#include <QFutureInterface>
#include <QObject>
@@ -37,7 +38,6 @@
QT_FORWARD_DECLARE_CLASS(QIODevice)
QT_FORWARD_DECLARE_CLASS(QXmlStreamReader)
-
namespace QmlProfiler {
namespace Internal {