From 62616898ed6af0483598b55abe2a28defaa0d800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Sun, 13 Oct 2024 19:54:34 +0200 Subject: [PATCH] Forgot to add fts and fz to one place --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 09750c9..e2390ee 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -64,7 +64,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) } _openFilter.append("*.fit *.fits *.fts *.fz *.xisf *.cr2 *.cr3 *.nef *.dng)"); _openFilter.append(tr(";;All files (*)")); - nameFilter.append({"fit", "fits", "xisf", "cr2", "cr3", "nef", "dng"}); + nameFilter.append({"fit", "fits", "fts", "fz", "xisf", "cr2", "cr3", "nef", "dng"}); QImageReader::setAllocationLimit(0); m_info = new ImageInfo(this);