Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
void CAutoCompleteLineEdit::setCompletions(const QStringList &completions)
42
{
43
m_completions = completions;
44
m_currentSuggestion.clear();
45
}
46
47
void CAutoCompleteLineEdit::keyPressEvent(QKeyEvent *event)
48
{
Callers
1
performSearch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected