fix: okay it's jfif...
This commit is contained in:
parent
41e75f10b5
commit
5495fa06d3
@ -200,7 +200,7 @@ void MainWindow::loadGalleryBySingleLocalFile(const QString &path)
|
|||||||
QFileInfo info(path);
|
QFileInfo info(path);
|
||||||
QDir dir(info.path());
|
QDir dir(info.path());
|
||||||
QString currentFileName = info.fileName();
|
QString currentFileName = info.fileName();
|
||||||
QStringList entryList = dir.entryList({"*.jpg", "*.jpeg", "*.jiff", "*.png", "*.gif", "*.svg", "*.bmp"},
|
QStringList entryList = dir.entryList({"*.jpg", "*.jpeg", "*.jfif", "*.png", "*.gif", "*.svg", "*.bmp"},
|
||||||
QDir::Files | QDir::NoSymLinks, QDir::NoSort);
|
QDir::Files | QDir::NoSymLinks, QDir::NoSort);
|
||||||
|
|
||||||
QCollator collator;
|
QCollator collator;
|
||||||
|
Loading…
Reference in New Issue
Block a user