forked from qt-creator/qt-creator
		
	Fixes: debugger: make loading list of source files optional
This commit is contained in:
		@@ -47,8 +47,10 @@ public slots:
 | 
			
		||||
    void setAlwaysResizeColumnsToContents(bool on);
 | 
			
		||||
 | 
			
		||||
signals:
 | 
			
		||||
    void breakPointDeleted(int index);
 | 
			
		||||
    void breakPointActivated(int index);
 | 
			
		||||
    void breakpointDeleted(int index);
 | 
			
		||||
    void breakpointActivated(int index);
 | 
			
		||||
    void breakpointSynchronizationRequested();
 | 
			
		||||
    void settingsDialogRequested();
 | 
			
		||||
 | 
			
		||||
private slots:
 | 
			
		||||
    void rowActivated(const QModelIndex &index);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user