diff options
Diffstat (limited to 'src/qml/debugger')
-rw-r--r-- | src/qml/debugger/qv4debugservice_p.h | 2 | ||||
-rw-r--r-- | src/qml/debugger/qv8profilerservice.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/debugger/qv4debugservice_p.h b/src/qml/debugger/qv4debugservice_p.h index a89b009c7f..e61bc01d19 100644 --- a/src/qml/debugger/qv4debugservice_p.h +++ b/src/qml/debugger/qv4debugservice_p.h @@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE -namespace QV4 { class ExecutionEngine; } +namespace QV4 { struct ExecutionEngine; } class QQmlEngine; class QV4DebugServicePrivate; diff --git a/src/qml/debugger/qv8profilerservice.cpp b/src/qml/debugger/qv8profilerservice.cpp index 33d6747b3b..7b9331da66 100644 --- a/src/qml/debugger/qv8profilerservice.cpp +++ b/src/qml/debugger/qv8profilerservice.cpp @@ -247,7 +247,7 @@ void QV8ProfilerService::stopProfiling(const QString &title) void QV8ProfilerService::takeSnapshot() { - Q_D(QV8ProfilerService); +// Q_D(QV8ProfilerService); // ### FIXME: v4 // d->takeSnapshot(v8::HeapSnapshot::kFull); } @@ -260,7 +260,7 @@ void QV8ProfilerService::deleteSnapshots() void QV8ProfilerService::sendProfilingData() { - Q_D(QV8ProfilerService); +// Q_D(QV8ProfilerService); // Send messages to client // ### FIXME: v4 // d->sendMessages(); |