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:
Christian Kamm
2011-09-12 15:02:30 +02:00
parent e74d5a5c74
commit 34dc80529d

View File

@@ -742,7 +742,7 @@ public:
if (link != m_link)
return;
return editor->applyDeclDefLinkChanges(true);
return editor->applyDeclDefLinkChanges(/*don't jump*/false);
}
protected: