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

Method slotRefresh

Plugins/WebBrowser/History/FrmHistory.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void CFrmHistory::slotRefresh()
126{
127 if(m_pModelHistory) {
128 m_pModelHistory->refresh(m_pDateStart->date(), m_pDateEnd->date());
129 ui->tableView->resizeColumnsToContents();
130 }
131}
132
133void CFrmHistory::on_tableView_doubleClicked(const QModelIndex &index)
134{

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.45

Tested by

no test coverage detected