QML debugging: Adaptations for Maemo.

Reviewed-by: Lasse Holmstedt
This commit is contained in:
Christian Kandeler
2010-09-08 14:25:33 +02:00
parent 29b304e7d0
commit 03492f24da
3 changed files with 7 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ namespace Internal {
class GdbEngine;
class QmlEngine;
class QmlCppEngine : public DebuggerEngine
class DEBUGGER_EXPORT QmlCppEngine : public DebuggerEngine
{
Q_OBJECT
public:
@@ -67,6 +67,8 @@ public:
QAbstractItemModel *returnModel() const;
QAbstractItemModel *sourceFilesModel() const;
DebuggerEngine *cppEngine() const { return m_cppEngine; }
protected:
virtual void detachDebugger();
virtual void executeStep();