forked from qt-creator/qt-creator
		
	Fix small leak on exit.
I am not even sure we should do that.
This commit is contained in:
		@@ -113,6 +113,7 @@ class BreakHandler : public QAbstractItemModel
 | 
			
		||||
 | 
			
		||||
public:
 | 
			
		||||
    explicit BreakHandler(QObject *parent = 0);
 | 
			
		||||
    ~BreakHandler();
 | 
			
		||||
 | 
			
		||||
    void removeAllBreakpoints();
 | 
			
		||||
    void setAllPending();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user