forked from qt-creator/qt-creator
		
	Add "Delete all breakpoints/Delete breakpoints by file".
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
		@@ -64,6 +64,7 @@ protected:
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    void deleteBreakpoints(const QModelIndexList &list);
 | 
			
		||||
    void deleteBreakpoints(QList<int> rows);
 | 
			
		||||
    void editConditions(const QModelIndexList &list);
 | 
			
		||||
    void setBreakpointsEnabled(const QModelIndexList &list, bool enabled);
 | 
			
		||||
    void setBreakpointsFullPath(const QModelIndexList &list, bool fullpath);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user