aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4profiling_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-01-25 14:51:16 +0100
committerKai Koehne <kai.koehne@qt.io>2017-02-01 10:44:06 +0000
commit1380d07b1e60d9a4efec4e15d510271ed210a61a (patch)
tree7af562e90770a7a66992de69436ff72e58214121 /src/qml/jsruntime/qv4profiling_p.h
parent0ceac04beb105c686855868e88f1971cf41abac4 (diff)
Fix -no-qmldebug debug build with MSVC
[Platform Specific Changes][Windows] Fixed compilation on MSVC with -no-qml-debug configure argument. Task-number: QTBUG-58412 Change-Id: I915ed3d345b3f1e4e5863456522784ab6c9b15cf Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/jsruntime/qv4profiling_p.h')
-rw-r--r--src/qml/jsruntime/qv4profiling_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4profiling_p.h b/src/qml/jsruntime/qv4profiling_p.h
index f75ac4d33a..9de597ad0e 100644
--- a/src/qml/jsruntime/qv4profiling_p.h
+++ b/src/qml/jsruntime/qv4profiling_p.h
@@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE
namespace QV4 {
namespace Profiling {
-struct Profiler {};
+class Profiler {};
}
}