forked from qt-creator/qt-creator
QmlProfiler: Provide stream operators for QmlEventType and QmlNote
This is the foundation for a new file format. Change-Id: Ib5ae5bfe8b45d9dc654b443ab700186993c3bfc9 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -42,4 +42,7 @@ struct QMLPROFILER_EXPORT QmlEventLocation
|
||||
int column;
|
||||
};
|
||||
|
||||
QDataStream &operator>>(QDataStream &stream, QmlEventLocation &location);
|
||||
QDataStream &operator<<(QDataStream &stream, const QmlEventLocation &location);
|
||||
|
||||
} // namespace QmlProfiler
|
||||
|
||||
Reference in New Issue
Block a user