diff options
author | Jedrzej Nowacki <jedrzej.nowacki@nokia.com> | 2009-08-13 14:07:52 (GMT) |
---|---|---|
committer | Jedrzej Nowacki <jedrzej.nowacki@nokia.com> | 2009-08-13 14:07:52 (GMT) |
commit | 9727a71ea077658148e963bc8510269b08095023 (patch) | |
tree | 19496c910f5adf78c24902ef7816becfbe7a80b0 /src/scripttools/debugging/qscriptdebuggeragent_p_p.h | |
parent | 04ac768f2ac5e3800893370c13c261a075a723ff (diff) | |
download | Qt-9727a71ea077658148e963bc8510269b08095023.zip Qt-9727a71ea077658148e963bc8510269b08095023.tar.gz Qt-9727a71ea077658148e963bc8510269b08095023.tar.bz2 |
Build fix.
Dependency on JSC from ScriptTools removed
Reviewed-by: Kent Hansen
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggeragent_p_p.h')
-rw-r--r-- | src/scripttools/debugging/qscriptdebuggeragent_p_p.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggeragent_p_p.h b/src/scripttools/debugging/qscriptdebuggeragent_p_p.h index 7c229a4..09d0121 100644 --- a/src/scripttools/debugging/qscriptdebuggeragent_p_p.h +++ b/src/scripttools/debugging/qscriptdebuggeragent_p_p.h @@ -53,8 +53,6 @@ // We mean it. // -#include <private/qscriptengineagent_p.h> - #include <QtScript/qscriptvalue.h> #include <QtCore/qdatetime.h> #include <QtCore/qhash.h> @@ -68,9 +66,7 @@ QT_BEGIN_NAMESPACE class QScriptDebuggerAgent; class QScriptDebuggerAgentPrivate - : public QScriptEngineAgentPrivate { - Q_DECLARE_PUBLIC(QScriptDebuggerAgent) public: enum State { NoState, |