Fix update issue in TaurusValuesTable
TaurusValuesIOTableModel
overwrites the dataChanged
signal, which breaks the standard Qt mechanism for updating the view, causing refresh issues in TaurusValuesTable. Remove the dataChanged
declaration to fix it.
Fixes #985 (closed) Fixes #1231 (closed)