summaryrefslogtreecommitdiffstats
path: root/src/scripttools
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-13 18:14:10 +0200
committerKent Hansen <khansen@trolltech.com>2009-08-13 18:14:10 +0200
commitde9a5e011de1507c5650f49b3e2c67cb75884b5f (patch)
tree5a98b6e9c3a4d007b9d15e2225dcc38abf7e8688 /src/scripttools
parentd49d5b3f0c07563a9532b650461bfa212f587a04 (diff)
comment out assert
Diffstat (limited to 'src/scripttools')
-rw-r--r--src/scripttools/debugging/qscriptdebugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebugger.cpp b/src/scripttools/debugging/qscriptdebugger.cpp
index ab26bf1663..87979558ec 100644
--- a/src/scripttools/debugging/qscriptdebugger.cpp
+++ b/src/scripttools/debugging/qscriptdebugger.cpp
@@ -993,7 +993,7 @@ public:
m_debugger->scriptsModel->addScript(scriptId, data);
// ### could be slow, might want to do this in a separate thread
- Q_ASSERT_X(false, Q_FUNC_INFO, "implement me");
+// Q_ASSERT_X(false, Q_FUNC_INFO, "implement me");
QString xml; // = qt_scriptToXml(data.contents(), data.baseLineNumber());
QScriptXmlParser::Result extraInfo = QScriptXmlParser::parse(xml);
m_debugger->scriptsModel->addExtraScriptInfo(