forked from qt-creator/qt-creator
		
	QML debugging: Adaptations for Maemo.
Reviewed-by: Lasse Holmstedt
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user