forked from qt-creator/qt-creator
		
	debugger: move logical ownership of breakhandler from engines to plugin
This commit is contained in:
		@@ -36,6 +36,7 @@ namespace Debugger {
 | 
			
		||||
namespace Internal {
 | 
			
		||||
 | 
			
		||||
class BreakpointData;
 | 
			
		||||
 | 
			
		||||
class BreakWindow : public QTreeView
 | 
			
		||||
{
 | 
			
		||||
    Q_OBJECT
 | 
			
		||||
@@ -68,9 +69,6 @@ private:
 | 
			
		||||
    void setBreakpointsEnabled(const QModelIndexList &list, bool enabled);
 | 
			
		||||
    void setBreakpointsFullPath(const QModelIndexList &list, bool fullpath);
 | 
			
		||||
 | 
			
		||||
    void setModelData(int role, const QVariant &value = QVariant(),
 | 
			
		||||
        const QModelIndex &index = QModelIndex());
 | 
			
		||||
 | 
			
		||||
    bool m_alwaysResizeColumnsToContents;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user