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