forked from qt-creator/qt-creator
TextEditor: Merge some "assist" related classes
Simplifies the code base by removing one level of unused
and unneeded abstraction.
- Merge {I,Default}AssistInterface to AssistInterface
- Merge {IAssist,Basic}ProposalItem to AssistProposalItem
- Merge {IGenericProposal,BasicProposalItemList}Model to GenericProposalModel
Change-Id: I54ee7b095427383d67a00fc1d87c3808c21d812d
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -133,11 +133,11 @@ IAssistProposalWidget::~IAssistProposalWidget()
|
||||
This can happen if all available proposal items share the same prefix and if the proposal's
|
||||
model supports prefix expansion.
|
||||
|
||||
\sa IGenericProposalModel::supportsPrefixExpansion()
|
||||
\sa GenericProposalModel::supportsPrefixExpansion()
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void TextEditor::IAssistProposalWidget::proposalItemActivated(IAssistProposalItem *proposalItem)
|
||||
\fn void TextEditor::IAssistProposalWidget::proposalItemActivated(AssistProposalItem *proposalItem)
|
||||
|
||||
This signal is emitted whenever \a proposalItem is chosen to be applied.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user