annotate data/fileio/test/files.pri @ 1455:ec9e65fcf749

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.
author Chris Cannam
date Mon, 23 Apr 2018 16:03:35 +0100
parents de385fed1197
children 64ef24ebb19c
rev   line source
Chris@1260 1
Chris@1260 2 TEST_HEADERS += \
dev@1434 3 ../../model/test/MockWaveModel.h \
dev@1430 4 AudioFileReaderTest.h \
dev@1430 5 AudioFileWriterTest.h \
dev@1430 6 AudioTestData.h \
dev@1430 7 EncodingTest.h \
dev@1430 8 MIDIFileReaderTest.h \
dev@1430 9 CSVStreamWriterTest.h
dev@1430 10
Chris@1260 11 TEST_SOURCES += \
dev@1434 12 ../../model/test/MockWaveModel.cpp \
dev@1430 13 svcore-data-fileio-test.cpp