From de9a5e011de1507c5650f49b3e2c67cb75884b5f Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Thu, 13 Aug 2009 18:14:10 +0200 Subject: comment out assert --- src/scripttools/debugging/qscriptdebugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripttools/debugging/qscriptdebugger.cpp b/src/scripttools/debugging/qscriptdebugger.cpp index ab26bf1..8797955 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( -- cgit v0.12