Updating rows kinda works.

Blocking calls are still used.
This commit is contained in:
eelke 2018-02-18 07:15:43 +01:00
parent 99d738ee65
commit 628c16e2f4
10 changed files with 179 additions and 81 deletions

View file

@ -33,4 +33,7 @@ Value Row::get(int col) const
//{
//}
Row::const_iterator Row::end() const
{
return const_iterator(*this, m_result.cols());
}