By default, the PeerTableSortProxy
dynamically re-sorts … data whenever the original model changes.
That is not the case on master (8cdf91735f2bdc55577d84a9915f5920ce23b00a) as in ecbd91153875c8cdd5b92b840afc116f65e457fb (#164) no signals are emitted to notify about model changes.
This PR uses a dedicated dataChanged
signal.
Fixes #367.
An alternative to #374.