forked from qt-creator/qt-creator
QmlProfiler: Fix windows build
Change-Id: I7029208688e0281a08873cf5db368ff5a066540e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
namespace QmlProfiler {
|
||||
|
||||
class QMLDEBUG_EXPORT QmlProfilerTraceClient : public QmlDebug::QmlDebugClient
|
||||
class QmlProfilerTraceClient : public QmlDebug::QmlDebugClient
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(bool recording READ isRecording WRITE setRecording NOTIFY recordingChanged)
|
||||
|
Reference in New Issue
Block a user