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:
@@ -41,6 +41,9 @@ struct QmlNote {
|
||||
QString text;
|
||||
};
|
||||
|
||||
QDataStream &operator>>(QDataStream &stream, QmlNote ¬e);
|
||||
QDataStream &operator<<(QDataStream &stream, const QmlNote ¬e);
|
||||
|
||||
} // namespace QmlProfiler
|
||||
|
||||
Q_DECLARE_METATYPE(QmlProfiler::QmlNote)
|
||||
|
||||
Reference in New Issue
Block a user