FileView: Add module music formats to file filter

This commit is contained in:
Jonas Kvinge 2021-10-12 21:44:30 +02:00
parent a6569d09ac
commit 10d89cb6a6
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ const char *FileView::kFileFilter =
"*.mp2 *.mp3 *.m4a *.mp4 *.aac *.asf *.asx *.wma "
"*.aif *.aiff *.mka *.tta *.dsf *.dsd "
"*.cue *.m3u *.m3u8 *.pls *.xspf *.asxini "
"*.ac3 *.dts";
"*.ac3 *.dts "
"*.mod *.s3m *.xm *.it";
FileView::FileView(QWidget *parent)
: QWidget(parent),