QmlProfiler: Add some Q_DECLARE_METATYPE

Change-Id: If09ce20e997087ff73eb60bb16ef2e501280944d
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Ulf Hermann
2016-05-10 13:18:12 +02:00
parent e4b2842bf8
commit 6aaa2aea35
4 changed files with 11 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#pragma once
#include <QString>
#include <QMetaType>
namespace QmlProfiler {
@@ -41,3 +42,5 @@ struct QmlNote {
};
} // namespace QmlProfiler
Q_DECLARE_METATYPE(QmlProfiler::QmlNote)