Mercurial > hg > svapp
comparison framework/MainWindowBase.cpp @ 519:a2a8fa0eed08 3.0-plus-imaf
Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf
author | Chris Cannam |
---|---|
date | Wed, 20 Apr 2016 12:06:28 +0100 |
parents | 68ab0fe3bce4 428ce32a8dd9 |
children |
comparison
equal
deleted
inserted
replaced
518:f7ec9e410108 | 519:a2a8fa0eed08 |
---|---|
486 } | 486 } |
487 } | 487 } |
488 | 488 |
489 QString lastPath = m_sessionFile; | 489 QString lastPath = m_sessionFile; |
490 | 490 |
491 if (type == FileFinder::AudioFile) { | 491 if (type == FileFinder::AudioFile || |
492 type == FileFinder::IMAFile) { | |
492 lastPath = m_audioFile; | 493 lastPath = m_audioFile; |
493 } | 494 } |
494 | 495 |
495 return ff->getOpenFileName(type, lastPath); | 496 return ff->getOpenFileName(type, lastPath); |
496 } | 497 } |