Mercurial > hg > svcore
annotate data/model/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 | c5092ca1c6e5 |
children | 560453546749 |
rev | line source |
---|---|
Chris@1260 | 1 TEST_HEADERS += \ |
Chris@1260 | 2 Compares.h \ |
Chris@1260 | 3 MockWaveModel.h \ |
Chris@1528 | 4 TestFFTModel.h \ |
Chris@1537 | 5 TestWaveformOversampler.h \ |
Chris@1528 | 6 TestZoomConstraints.h |
Chris@1260 | 7 |
Chris@1260 | 8 TEST_SOURCES += \ |
Chris@1260 | 9 MockWaveModel.cpp \ |
Chris@1260 | 10 svcore-data-model-test.cpp |