forked from qt-creator/qt-creator
Clang: Avoid dot-arrow-correction if dot is gone
Change-Id: Iba23a17ba9345ed4f08e16faad02054903c04afc Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
a9012ce747
commit
535cc76cac
@@ -93,7 +93,7 @@ int IAssistProposal::basePosition() const
|
||||
is displayed.
|
||||
*/
|
||||
|
||||
bool IAssistProposal::isCorrective() const
|
||||
bool IAssistProposal::isCorrective(TextEditorWidget *editorWidget) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user