forked from qt-creator/qt-creator
		
	debugger: add a somewhat more generic breakpoint creation dialog
This commit is contained in:
		@@ -61,7 +61,8 @@ private:
 | 
			
		||||
 | 
			
		||||
    void deleteBreakpoints(const QModelIndexList &list);
 | 
			
		||||
    void deleteBreakpoints(QList<int> rows);
 | 
			
		||||
    void editBreakpoint(const QModelIndexList &list);
 | 
			
		||||
    void addBreakpoint();
 | 
			
		||||
    void editBreakpoints(const QModelIndexList &list);
 | 
			
		||||
    void associateBreakpoint(const QModelIndexList &list, int thread);
 | 
			
		||||
    void setBreakpointsEnabled(const QModelIndexList &list, bool enabled);
 | 
			
		||||
    void setBreakpointsFullPath(const QModelIndexList &list, bool fullpath);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user