Mercurial > hg > svcore
annotate data/fileio/test/files.pri @ 1552:05c3fbaec8ea
Introduce RelativelyFineZoomConstraint, which encodes more-or-less the scheme that was already used for the horizontal thumbwheel in the pane (which overrode the layers' own zoom constraints unless they said they couldn't support any other)
author | Chris Cannam |
---|---|
date | Wed, 10 Oct 2018 14:32:34 +0100 |
parents | 64ef24ebb19c |
children | dbd13eb7dad1 |
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 \ |
Chris@1524 | 9 CSVFormatTest.h \ |
dev@1430 | 10 CSVStreamWriterTest.h |
dev@1430 | 11 |
Chris@1260 | 12 TEST_SOURCES += \ |
dev@1434 | 13 ../../model/test/MockWaveModel.cpp \ |
dev@1430 | 14 svcore-data-fileio-test.cpp |