From 796a5a2c7d8c91a46ac761dde18b7da2ec6c177b Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Sat, 13 Jun 2009 10:26:44 +1000 Subject: Fixed compile of scripttools with MSVC 2003. Fixes compile error: debugging\qscriptdebuggercommand.cpp(567) : error C2664: 'QScriptDebuggerCommand::setAttribute' : cannot convert parameter 2 from 'const QStringList' to 'const QVariant &' Reason: cannot convert from 'const QStringList' to 'const QVariant' Source or target has incomplete type --- src/scripttools/debugging/qscriptdebuggercommand.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripttools/debugging/qscriptdebuggercommand.cpp b/src/scripttools/debugging/qscriptdebuggercommand.cpp index fc9b96a..763c126 100644 --- a/src/scripttools/debugging/qscriptdebuggercommand.cpp +++ b/src/scripttools/debugging/qscriptdebuggercommand.cpp @@ -45,6 +45,7 @@ #include #include +#include Q_DECLARE_METATYPE(QScriptBreakpointData) Q_DECLARE_METATYPE(QScriptDebuggerValue) -- cgit v0.12