aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-12-15 13:38:46 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-11 09:46:41 +0000
commitdd37ea85809db58abd3b45d3f55020b240baca28 (patch)
tree44904021f37320ac7eb92a30d0b98a23e55aa325 /tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
parentb6ca444408e351d1ddcaddc66071c27aa011ea6b (diff)
V4 Debugger: Move all the jobs into one place
This makes the code more readable and allows us to keep the data collector as value, rather than pointer, in QV4Debugger. Change-Id: I2939c2b2f551111139f1dc34704a6029e87a66bf Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp')
-rw-r--r--tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp b/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
index 70883047c8..c676e5422a 100644
--- a/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
+++ b/tests/auto/qml/debugger/qv4debugger/tst_qv4debugger.cpp
@@ -34,6 +34,7 @@
#include "qv4datacollector.h"
#include "qv4debugger.h"
+#include "qv4debugjob.h"
#include <QJSEngine>
#include <QQmlEngine>