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

Method getItem

Plugins/WebBrowser/History/HistoryModel.cpp:148–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148HistoryItem CHistoryModel::getItem(const QModelIndex &index) const
149{
150 if (index.isValid() && index.row() < m_historyItems.count()) {
151 return m_historyItems.at(index.row());
152 }
153 return HistoryItem();
154}
155
156bool CHistoryModel::removeDomainItems(const QString &szDomain)
157{

Callers 2

Calls 2

HistoryItemClass · 0.85
isValidMethod · 0.80

Tested by

no test coverage detected