forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.5'
Conflicts: src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp Change-Id: I726babe61e28db14d06a6a1a5c570e148745b458
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
# define XSDEBUG(s) qDebug() << s
|
||||
|
||||
#define CB(callback) [this](const QVariantMap &r) { callback(r); }
|
||||
#define CHECK_STATE(s) do { checkState(s, __FILE__, __LINE__); } while (0)
|
||||
|
||||
using namespace Core;
|
||||
using namespace ProjectExplorer;
|
||||
@@ -559,6 +560,7 @@ void QmlEngine::stopApplicationLauncher()
|
||||
|
||||
void QmlEngine::shutdownInferior()
|
||||
{
|
||||
CHECK_STATE(InferiorShutdownRequested);
|
||||
// End session.
|
||||
// { "seq" : <number>,
|
||||
// "type" : "request",
|
||||
@@ -1030,7 +1032,8 @@ void QmlEngine::quitDebugger()
|
||||
{
|
||||
d->automaticConnect = false;
|
||||
d->retryOnConnectFail = false;
|
||||
shutdownInferior();
|
||||
stopApplicationLauncher();
|
||||
closeConnection();
|
||||
}
|
||||
|
||||
void QmlEngine::doUpdateLocals(const UpdateParameters ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user