Coding style.

This commit is contained in:
Roberto Raggi
2010-01-26 16:21:03 +01:00
parent 02ee76b82a
commit c1b3f0b120
4 changed files with 16 additions and 13 deletions

View File

@@ -821,8 +821,8 @@ int QmlCodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
scope->setProperty(QLatin1String("parent"), parentItem);
#endif
Bind bind(&interp);
scope = bind(qmlDocument, snapshot, declaringMember);
Bind bind(qmlDocument, snapshot, &interp);
scope = bind(declaringMember);
}
// Search for the operator that triggered the completion.