Add FITS files indexing support to database

This commit is contained in:
2022-04-08 21:41:38 +02:00
parent 7afb12d9cc
commit 5da85e53ec
5 changed files with 132 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@
#include <QString>
#include "imageinfo.h"
bool readFITSHeader(const QString &path, ImageInfoData &info);
class Image;
class LoadRunable : public QRunnable