forked from qt-creator/qt-creator
C++: Don't jump to change when applying function signature quickfix.
Change-Id: I93abf773717b3f82fc6fa15e1916f48bc3edec95 Reviewed-on: http://codereview.qt-project.org/4675 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
@@ -742,7 +742,7 @@ public:
|
||||
if (link != m_link)
|
||||
return;
|
||||
|
||||
return editor->applyDeclDefLinkChanges(true);
|
||||
return editor->applyDeclDefLinkChanges(/*don't jump*/false);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user