Mercurial > hg > svcore
comparison data/fileio/CSVFileReader.cpp @ 1493:f0c2b8b31609 import-audio-data
Call updateModel as well
author | Chris Cannam |
---|---|
date | Fri, 29 Jun 2018 13:52:36 +0100 |
parents | 6989d6215640 |
children | b837ccdd4946 |
comparison
equal
deleted
inserted
replaced
1492:6989d6215640 | 1493:f0c2b8b31609 |
---|---|
558 model3->setMinimumLevel(min); | 558 model3->setMinimumLevel(min); |
559 model3->setMaximumLevel(max); | 559 model3->setMaximumLevel(max); |
560 } | 560 } |
561 | 561 |
562 if (modelW) { | 562 if (modelW) { |
563 modelW->updateModel(); | |
563 modelW->writeComplete(); | 564 modelW->writeComplete(); |
564 } | 565 } |
565 | 566 |
566 return model; | 567 return model; |
567 } | 568 } |