Add FTS and FZ as FITS file suffix

This commit is contained in:
2024-09-30 19:56:53 +02:00
parent 32973c54ce
commit a43f12565d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ int Database::checkVersion()
return -1;
}
static QStringList nameFilters = {"*.fit", "*.fits", "*.xisf"};
static QStringList nameFilters = {"*.fit", "*.fits", "*.fz", "*.xisf"};
static int countFiles(const QDir &dir, QStringList &scannedDirs)
{