Mercurial > hg > tony
changeset 680:a8f913f79bd7
Show only session and audio files in open-file dialog by default (see #1962)
author | Chris Cannam |
---|---|
date | Fri, 22 Nov 2019 13:50:41 +0000 |
parents | 80b319c1f0d0 |
children | de9c4a11c1ac |
files | main/MainWindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/main/MainWindow.cpp Thu Nov 21 14:22:38 2019 +0000 +++ b/main/MainWindow.cpp Fri Nov 22 13:50:41 2019 +0000 @@ -1761,7 +1761,7 @@ if (orig == "") orig = "."; else orig = QFileInfo(orig).absoluteDir().canonicalPath(); - QString path = getOpenFileName(FileFinder::AnyFile); + QString path = getOpenFileName(FileFinder::SessionOrAudioFile); if (path.isEmpty()) return;