forked from qt-creator/qt-creator
CodeAssist: The correction is just used inside C++ proposal.
Adding an empty default implementation to the base and Removing boilerplate code from the specialized classes. Change-Id: I4469d9f05d2ff153c0867c10683f86b4f656fd3d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -42,14 +42,6 @@ bool FunctionHintProposal::isFragile() const
|
||||
return true;
|
||||
}
|
||||
|
||||
bool FunctionHintProposal::isCorrective() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void FunctionHintProposal::makeCorrection(TextEditorWidget *)
|
||||
{}
|
||||
|
||||
IAssistProposalModel *FunctionHintProposal::model() const
|
||||
{
|
||||
return m_model;
|
||||
|
||||
Reference in New Issue
Block a user