forked from qt-creator/qt-creator
		
	Rename IRunConfigurationRunner -> IRunControlFactory...
and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
This commit is contained in:
		@@ -59,7 +59,7 @@ namespace Internal {
 | 
			
		||||
 | 
			
		||||
class BreakpointData;
 | 
			
		||||
class DebuggerManager;
 | 
			
		||||
class DebuggerRunner;
 | 
			
		||||
class DebuggerRunControlFactory;
 | 
			
		||||
class DebugMode;
 | 
			
		||||
class DisassemblerViewAgent;
 | 
			
		||||
struct StackFrame;
 | 
			
		||||
@@ -126,7 +126,7 @@ private:
 | 
			
		||||
 | 
			
		||||
    DebuggerManager *m_manager;
 | 
			
		||||
    DebugMode *m_debugMode;
 | 
			
		||||
    DebuggerRunner *m_debuggerRunner;
 | 
			
		||||
    DebuggerRunControlFactory *m_debuggerRunControlFactory;
 | 
			
		||||
 | 
			
		||||
    QString m_previousMode;
 | 
			
		||||
    TextEditor::BaseTextMark *m_locationMark;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user