refresh QSO # when the underlying data changes

This commit is contained in:
Brian Moran
2022-07-15 11:24:57 -07:00
parent e5bf51abf6
commit af3e06144c
4 changed files with 17 additions and 10 deletions
+1
View File
@@ -88,6 +88,7 @@ void CabrilloLogWindow::log_model_changed (int row)
{
m_->log_model_->select ();
}
this->set_nQSO(m_->log_model_->rowCount());
}
void CabrilloLogWindow::set_nQSO(int n)