forked from qt-creator/qt-creator
Moved Completion::getCompletion() in ICompletionCollector and made the filtering of completion items more C++ friendly.
This commit is contained in:
@@ -64,6 +64,7 @@ public:
|
||||
void setObjcEnabled(bool objcEnabled)
|
||||
{ m_objcEnabled = objcEnabled; }
|
||||
|
||||
QList<TextEditor::CompletionItem> getCompletions();
|
||||
bool supportsEditor(TextEditor::ITextEditable *editor);
|
||||
bool triggersCompletion(TextEditor::ITextEditable *editor);
|
||||
int startCompletion(TextEditor::ITextEditable *editor);
|
||||
|
||||
Reference in New Issue
Block a user