From 9ac25a293252a1196dad29b493add514459777a6 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Thu, 4 Oct 2012 14:54:59 +0200 Subject: ScriptConsole: Move from Debugger to QmlJSTools The console is now a part of qmljstools plugin. The console appears as an output pane. A dummy QScriptEngine evaluates expressions when a declarative debug session is not in progress. During a debug session, the expressions are evaluated by the debug services. Task-Number: QTCREATORBUG-7402 Change-Id: Ic2eeac44fb335c706be03b89f8672b0356efe984 Reviewed-by: Christiaan Janssen Reviewed-by: hjk --- src/plugins/qmljstools/qmljstoolsplugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/qmljstools/qmljstoolsplugin.h') diff --git a/src/plugins/qmljstools/qmljstoolsplugin.h b/src/plugins/qmljstools/qmljstoolsplugin.h index 14144c37bb..f5b46c8cd1 100644 --- a/src/plugins/qmljstools/qmljstoolsplugin.h +++ b/src/plugins/qmljstools/qmljstoolsplugin.h @@ -46,6 +46,7 @@ QT_END_NAMESPACE namespace QmlJSTools { class QmlJSToolsSettings; +class QmlConsoleManager; namespace Internal { @@ -77,6 +78,7 @@ private slots: private: ModelManager *m_modelManager; + QmlConsoleManager *m_consoleManager; QmlJSToolsSettings *m_settings; QAction *m_resetCodeModelAction; -- cgit v1.2.1