Add *.fits extension into filter

This commit is contained in:
2019-11-15 17:38:36 +01:00
parent ab70721ed4
commit c1d25dd663
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ void MainWindow::openFile()
if(standardLocations.size())
path = standardLocations.first();
QString file = QFileDialog::getOpenFileName(this, tr("Open file"), path, tr("Images (*.jpg *.png *.cr2 *.fit *.JPG *.PNG *.CR2 *.FIT)"));
QString file = QFileDialog::getOpenFileName(this, tr("Open file"), path, tr("Images (*.jpg *.png *.cr2 *.fit *.fits *.JPG *.PNG *.CR2 *.FIT *.FITS)"));
if(!file.isEmpty())
{
QFileInfo info(file);