forked from qt-creator/qt-creator
		
	C++ function link: Disable link if target editor changes.
Change-Id: I7041f3c520e88b4376c5cbac08ed79aa44641f0f Reviewed-on: http://codereview.qt.nokia.com/3088 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
		@@ -120,11 +120,10 @@ public:
 | 
			
		||||
     */
 | 
			
		||||
    void activateEditor(const QString &fileName, int line, int column);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    static BaseTextEditorWidget *editorForFile(const QString &fileName,
 | 
			
		||||
                                         bool openIfClosed = false);
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    static QList<QTextCursor> rangesToSelections(QTextDocument *document, const QList<Range> &ranges);
 | 
			
		||||
    virtual void indentSelection(const QTextCursor &selection,
 | 
			
		||||
                                 const QString &fileName,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user