forked from qt-creator/qt-creator
QmlProfiler: Provide a sane ctor for QmlEventType and use it
... in turn, make its members private, so that we don't accidentally change them. Change-Id: Ibc65b406ee341d33f69647ed1b19e1e34f5cd535 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
Message message() const;
|
||||
ProfileFeature mainFeature() const;
|
||||
|
||||
virtual bool accepted(const QmlEventType &event) const;
|
||||
virtual bool accepted(const QmlEventType &type) const;
|
||||
bool handlesTypeId(int typeId) const;
|
||||
Q_INVOKABLE virtual int bindingLoopDest(int index) const;
|
||||
QVariantMap locationFromTypeId(int index) const;
|
||||
|
||||
Reference in New Issue
Block a user