aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/flamegraphmodel.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-05-04 18:54:59 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-05-10 16:44:53 +0000
commit943fc80f515b5f5e1d1751ae5a3179477261d9fc (patch)
tree9edff2d8c454f6ca9e6684f1d88c1909bd7a0a36 /src/plugins/qmlprofiler/flamegraphmodel.h
parent6aaa2aea35625ad0716b4752481e572858cd8534 (diff)
QmlProfiler: rename qmlprofilereventlocation.h to qmleventlocation.h
This way the file name matches the class name. Change-Id: I6e65b0ea13a7e5b15d4c7e5ad7738fc03e3401ad Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/flamegraphmodel.h')
-rw-r--r--src/plugins/qmlprofiler/flamegraphmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/flamegraphmodel.h b/src/plugins/qmlprofiler/flamegraphmodel.h
index e2cd2cbd4d..096a18add3 100644
--- a/src/plugins/qmlprofiler/flamegraphmodel.h
+++ b/src/plugins/qmlprofiler/flamegraphmodel.h
@@ -28,7 +28,7 @@
#include "qmlprofilerdatamodel.h"
#include "qmlprofilernotesmodel.h"
#include "qmlprofilereventtypes.h"
-#include "qmlprofilereventlocation.h"
+#include "qmleventlocation.h"
#include <QSet>
#include <QVector>