MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / setCompletions

Method setCompletions

Plugins/WebBrowser/AutoCompleteLineEdit.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void CAutoCompleteLineEdit::setCompletions(const QStringList &completions)
42{
43 m_completions = completions;
44 m_currentSuggestion.clear();
45}
46
47void CAutoCompleteLineEdit::keyPressEvent(QKeyEvent *event)
48{

Callers 1

performSearchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected