diff options
| author | Christiaan Janssen <christiaan.janssen@nokia.com> | 2010-11-16 16:17:16 +0100 |
|---|---|---|
| committer | Christiaan Janssen <christiaan.janssen@nokia.com> | 2010-11-16 16:23:50 +0100 |
| commit | d992b223f67826bfbb60d29f8c2e26e13415c7a8 (patch) | |
| tree | d29dfb9315d377da467499011b66b3769561d2f1 /src/plugins/debugger/qml/qmlcppengine.h | |
| parent | da84000313c1041add2714cbb9f50d19e6a376b5 (diff) | |
| download | qt-creator-d992b223f67826bfbb60d29f8c2e26e13415c7a8.tar.gz | |
QmlDebugger: Fixing QmlCppEngine for failed setup due to timed out connection
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.h')
| -rw-r--r-- | src/plugins/debugger/qml/qmlcppengine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.h b/src/plugins/debugger/qml/qmlcppengine.h index 70a54888be..947e464d47 100644 --- a/src/plugins/debugger/qml/qmlcppengine.h +++ b/src/plugins/debugger/qml/qmlcppengine.h @@ -107,7 +107,6 @@ private slots: void editorChanged(Core::IEditor *editor); private: - void setupSlaveEngineOnTimer(); void initEngineShutdown(); bool checkErrorState(const DebuggerState stateToCheck); void engineStateChanged(const DebuggerState &newState); |
