forked from qt-creator/qt-creator
		
	Maemo: Get rid of MaemoDebugRunControl.
Use Debugger::DebuggerRunControl directly instead of wrapping it into another RunControl. Reviewed-by: hjk
This commit is contained in:
		| @@ -83,13 +83,14 @@ enum DebuggingHelperState | ||||
| }; | ||||
|  | ||||
|  | ||||
| class GdbEngine : public DebuggerEngine | ||||
| class DEBUGGER_EXPORT GdbEngine : public DebuggerEngine | ||||
| { | ||||
|     Q_OBJECT | ||||
|  | ||||
| public: | ||||
|     explicit GdbEngine(const DebuggerStartParameters &startParameters); | ||||
|     ~GdbEngine(); | ||||
|     AbstractGdbAdapter *gdbAdapter() const { return m_gdbAdapter; } | ||||
|  | ||||
| private: | ||||
|     friend class AbstractGdbAdapter; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user