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

Method removeItems

Plugins/WebBrowser/History/HistoryModel.cpp:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool CHistoryModel::removeItems(const QString &url)
167{
168 if(m_pDatabase) {
169 m_pDatabase->deleteHistoryEntry(url);
170 refresh();
171 return true;
172 }
173 return false;
174}
175
176bool CHistoryModel::search(const QString &keyword)
177{

Callers 1

Calls 1

deleteHistoryEntryMethod · 0.80

Tested by

no test coverage detected