aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerclientmanager.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/qmlprofilerclientmanager.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/qmlprofilerclientmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerclientmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
index 5c687e8cf4..5fdc772049 100644
--- a/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilerclientmanager.h
@@ -26,7 +26,7 @@
#pragma once
#include "qmlprofilerstatemanager.h"
-#include "qmlprofilereventlocation.h"
+#include "qmleventlocation.h"
#include <utils/port.h>
#include <QObject>