summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/qml/qscriptdebuggerclient.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2011-08-17 13:42:41 +0200
committerAurindam Jana <aurindam.jana@nokia.com>2011-08-17 14:48:14 +0200
commit879766d85cdde94e3df3c99298864f5c1cbeab74 (patch)
tree1be3ea08a39fe4a26618a702b9767b163cc2bd42 /src/plugins/debugger/qml/qscriptdebuggerclient.h
parent22e65369cf46d65e89bc50f518186aac68fc79c8 (diff)
downloadqt-creator-879766d85cdde94e3df3c99298864f5c1cbeab74.tar.gz
Notify disconnect to debug server when inferiorshutdownrequested
Change-Id: I15bb1342f647362cb00e4b0d0453b663a2d3f637 Reviewed-on: http://codereview.qt.nokia.com/3095 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'src/plugins/debugger/qml/qscriptdebuggerclient.h')
-rw-r--r--src/plugins/debugger/qml/qscriptdebuggerclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/qml/qscriptdebuggerclient.h b/src/plugins/debugger/qml/qscriptdebuggerclient.h
index 9cc5c40cef..9ebb93d4b7 100644
--- a/src/plugins/debugger/qml/qscriptdebuggerclient.h
+++ b/src/plugins/debugger/qml/qscriptdebuggerclient.h
@@ -58,6 +58,7 @@ public:
void continueInferior();
void interruptInferior();
+ void shutdownInferior();
void activateFrame(int index);