forked from qt-creator/qt-creator
TextEditor: Modernize
modernize-* Change-Id: Ic497fea1942a77cf017be3b0033f92e3807066f1 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -63,8 +63,7 @@ IAssistProposal::IAssistProposal(int basePosition)
|
||||
: m_basePosition(basePosition)
|
||||
{}
|
||||
|
||||
IAssistProposal::~IAssistProposal()
|
||||
{}
|
||||
IAssistProposal::~IAssistProposal() = default;
|
||||
|
||||
/*!
|
||||
\fn bool TextEditor::IAssistProposal::isFragile() const
|
||||
|
||||
Reference in New Issue
Block a user