forked from qt-creator/qt-creator
TextEditor: Squash warning about unused parameter
Change-Id: I1bf321869b99ebc603486e896a4fcf3e4520420e Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -95,6 +95,7 @@ int IAssistProposal::basePosition() const
|
||||
|
||||
bool IAssistProposal::isCorrective(TextEditorWidget *editorWidget) const
|
||||
{
|
||||
Q_UNUSED(editorWidget);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user