summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/script/scriptengine.cpp
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2012-04-10 09:36:15 +0200
committerhjk <qthjk@ovi.com>2012-04-10 13:12:10 +0200
commit3d32f42b7de38138b3a922671f11bf8e40166fc7 (patch)
tree688da717d030ab202a26e78fd058e24a89008a3c /src/plugins/debugger/script/scriptengine.cpp
parente2d8a9600e1b6656b234717e77c7581ed3c5184c (diff)
downloadqt-creator-3d32f42b7de38138b3a922671f11bf8e40166fc7.tar.gz
Debugging: Pass a DebuggingLanguage arg in executeDebuggerCommand()
Change-Id: I99eedc86c987615072b7400051b61700b98ebab3 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/script/scriptengine.cpp')
-rw-r--r--src/plugins/debugger/script/scriptengine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/script/scriptengine.cpp b/src/plugins/debugger/script/scriptengine.cpp
index 3954997f3a..16d758f6c9 100644
--- a/src/plugins/debugger/script/scriptengine.cpp
+++ b/src/plugins/debugger/script/scriptengine.cpp
@@ -214,9 +214,10 @@ ScriptEngine::~ScriptEngine()
{
}
-void ScriptEngine::executeDebuggerCommand(const QString &command)
+void ScriptEngine::executeDebuggerCommand(const QString &command, DebuggerLanguages languages)
{
Q_UNUSED(command)
+ Q_UNUSED(languages)
XSDEBUG("FIXME: ScriptEngine::executeDebuggerCommand()");
}