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

Method search

Plugins/WebBrowser/History/HistoryModel.cpp:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176bool CHistoryModel::search(const QString &keyword)
177{
178 if(!m_pDatabase) return false;
179 beginResetModel();
180 m_historyItems = m_pDatabase->searchHistory(keyword);
181 endResetModel();
182 return true;
183}
184
185bool CHistoryModel::importFromJson(const QString &filename)
186{

Callers 1

Calls 1

searchHistoryMethod · 0.80

Tested by

no test coverage detected