forked from qt-creator/qt-creator
		
	CppEditor: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I5ee3678f8293486cccfc634aaab5c75b066ed011 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
		
				
					committed by
					
						
						Orgad Shaneh
					
				
			
			
				
	
			
			
			
						parent
						
							3b669a37cd
						
					
				
				
					commit
					928ba8aa84
				
			@@ -66,7 +66,7 @@ public:
 | 
			
		||||
    explicit CppCodeModelInspectorDialog(QWidget *parent = 0);
 | 
			
		||||
    ~CppCodeModelInspectorDialog();
 | 
			
		||||
 | 
			
		||||
private slots:
 | 
			
		||||
private:
 | 
			
		||||
    void onRefreshRequested();
 | 
			
		||||
 | 
			
		||||
    void onSnapshotFilterChanged(const QString &pattern);
 | 
			
		||||
@@ -80,7 +80,6 @@ private slots:
 | 
			
		||||
    void onWorkingCopyFilterChanged(const QString &pattern);
 | 
			
		||||
    void onWorkingCopyDocumentSelected(const QModelIndex ¤t, const QModelIndex &);
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    void refresh();
 | 
			
		||||
 | 
			
		||||
    void clearDocumentData();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user