aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-08-18 14:39:13 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-15 15:25:47 +0000
commit03fa8422294fee7a71f502f1cdf5e4300a2630fe (patch)
treeb26c08999681bb08467c7ff7da9e0e46924a15b9 /src/qml/jsruntime/qv4debugging_p.h
parente821115888f0e6b176d6c45eec507920eee514c8 (diff)
V4 Debugger: Eliminate sourcesCollected signals and slots
There is no real reason to handle the "scripts" command like this. Change-Id: I640d878ea9d8cd449e73bf4b90fcf2ef3d68a963 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/jsruntime/qv4debugging_p.h')
-rw-r--r--src/qml/jsruntime/qv4debugging_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4debugging_p.h b/src/qml/jsruntime/qv4debugging_p.h
index 86faba45f7..94f7d04725 100644
--- a/src/qml/jsruntime/qv4debugging_p.h
+++ b/src/qml/jsruntime/qv4debugging_p.h
@@ -162,7 +162,6 @@ public: // execution hooks
void aboutToThrow();
signals:
- void sourcesCollected(QV4::Debugging::Debugger *self, const QStringList &sources, int seq);
void debuggerPaused(QV4::Debugging::Debugger *self, QV4::Debugging::PauseReason reason);
private: