aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-04-28 16:02:54 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-05-06 10:27:09 +0000
commita53780924de223f56c5294d5ab9f501a602585bc (patch)
treeeecd8cce209a9f59c339f78e86f98eda20ec2228 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent54b1106f4b5f912220f8dd1dc77129e81d59e05b (diff)
QmlProfiler: Apply some code cosmetics
Change-Id: I772713aec3a6c25136174b39b853a9ef3ee42a0b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index 335f68e5648..4c3fdec85ae 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -116,7 +116,6 @@ signals:
void loadFinished();
void saveFinished();
- void requestDetailsForLocation(int eventType, const QmlEventLocation &location);
void availableFeaturesChanged(quint64 features);
void visibleFeaturesChanged(quint64 features);
void recordedFeaturesChanged(quint64 features);
@@ -124,11 +123,11 @@ signals:
public slots:
void clear();
- void prepareForWriting();
+ void startAcquiring();
void addQmlEvent(Message message, RangeType rangeType, int bindingType, qint64 startTime,
qint64 length, const QString &data, const QmlEventLocation &location,
qint64 ndata1, qint64 ndata2, qint64 ndata3, qint64 ndata4, qint64 ndata5);
- void addDebugMessage(QtMsgType type, qint64 timestamp, const QString &text,
+ void addDebugMessage(qint64 timestamp, QtMsgType type, const QString &text,
const QmlEventLocation &location);
void save(const QString &filename);
@@ -142,4 +141,4 @@ private:
QmlProfilerModelManagerPrivate *d;
};
-}
+} // namespace QmlProfiler