Mercurial > hg > svcore
log data/model/ModelDataTableModel.h @ 1719:6af7bd6aaf79 3.3-stable
age | author | description |
---|---|---|
Mon, 26 Nov 2018 13:48:45 +0000 | Chris Cannam | Use override throughout fix-static-analysis |
Mon, 23 Apr 2018 16:03:35 +0100 | Chris Cannam | The use of the begin/end pairs here just seems to cause too many rows to be deleted (from the visual representation, not the underlying model). Things apparently work better if we just modify the underlying model and let the change signals percolate back up again. To that end, update the change handlers so as to cover their proper ranges with dataChanged signals. |
Tue, 10 Mar 2015 13:22:10 +0000 | Chris Cannam | More type fixes cxx11 |