forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "qmlprofilerdatamodel.h"
|
||||
#include "qmlprofilernotesmodel.h"
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
|
||||
#include <QSet>
|
||||
#include <QVector>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include <QString>
|
||||
#include <QMetaType>
|
||||
|
@@ -52,6 +52,7 @@ HEADERS += \
|
||||
memoryusagemodel.h \
|
||||
pixmapcachemodel.h \
|
||||
qmlevent.h \
|
||||
qmleventlocation.h \
|
||||
qmleventtype.h \
|
||||
qmlnote.h \
|
||||
qmlprofiler_global.h \
|
||||
@@ -63,7 +64,6 @@ HEADERS += \
|
||||
qmlprofilerconstants.h \
|
||||
qmlprofilerdatamodel.h \
|
||||
qmlprofilerdetailsrewriter.h \
|
||||
qmlprofilereventlocation.h \
|
||||
qmlprofilereventsview.h \
|
||||
qmlprofilereventtypes.h \
|
||||
qmlprofilermodelmanager.h \
|
||||
|
@@ -27,7 +27,9 @@ QtcPlugin {
|
||||
"localqmlprofilerrunner.cpp", "localqmlprofilerrunner.h",
|
||||
"memoryusagemodel.cpp", "memoryusagemodel.h",
|
||||
"pixmapcachemodel.cpp", "pixmapcachemodel.h",
|
||||
"qmlevent.h", "qmleventtype.h", "qmlnote.h",
|
||||
"qmlevent.h",
|
||||
"qmleventlocation.h",
|
||||
"qmleventtype.h", "qmlnote.h",
|
||||
"qmlprofiler_global.h",
|
||||
"qmlprofileranimationsmodel.h", "qmlprofileranimationsmodel.cpp",
|
||||
"qmlprofilerattachdialog.cpp", "qmlprofilerattachdialog.h",
|
||||
@@ -37,7 +39,6 @@ QtcPlugin {
|
||||
"qmlprofilerconfigwidget.ui", "qmlprofilerconstants.h",
|
||||
"qmlprofilerdatamodel.cpp", "qmlprofilerdatamodel.h",
|
||||
"qmlprofilerdetailsrewriter.cpp", "qmlprofilerdetailsrewriter.h",
|
||||
"qmlprofilereventlocation.h",
|
||||
"qmlprofilereventsview.h",
|
||||
"qmlprofilereventtypes.h",
|
||||
"qmlprofilermodelmanager.cpp", "qmlprofilermodelmanager.h",
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "qmlprofilertimelinemodel.h"
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
#include "qmlprofilerdatamodel.h"
|
||||
|
||||
#include <QVariantList>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "qmlprofilerstatemanager.h"
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
#include <utils/port.h>
|
||||
|
||||
#include <QObject>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "qmlprofilermodelmanager.h"
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
#include "qmleventtype.h"
|
||||
#include "qmlevent.h"
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
|
||||
#include <qmljs/qmljsdocument.h>
|
||||
#include <utils/fileinprojectfinder.h>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "qmlprofiler_global.h"
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
|
||||
#include <utils/fileinprojectfinder.h>
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include "qmlprofilertimelinemodel.h"
|
||||
#include "qmlprofilerdatamodel.h"
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
#include "qmlprofilerconstants.h"
|
||||
|
||||
#include <QVariantList>
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include "qmlprofilerdatamodel.h"
|
||||
#include "qmlprofilernotesmodel.h"
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
#include "qmlprofilerconstants.h"
|
||||
|
||||
#include <QHash>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
#include "qmlprofiler_global.h"
|
||||
|
||||
#include <qmldebug/qmldebugclient.h>
|
||||
|
@@ -25,7 +25,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "qmlprofilereventlocation.h"
|
||||
#include "qmleventlocation.h"
|
||||
#include "qmlprofilereventtypes.h"
|
||||
#include "qmlprofilerdatamodel.h"
|
||||
#include "qmlnote.h"
|
||||
|
Reference in New Issue
Block a user