Better handling of FITS loading error

This commit is contained in:
2025-02-28 10:42:39 +01:00
parent d59ee7fddc
commit 617abf7afe
4 changed files with 35 additions and 17 deletions
+1
View File
@@ -38,6 +38,7 @@ public:
bool isCurrent() const;
int number() const;
void clearThumbnail();
bool isLoading() const;
signals:
void pixmapLoaded(Image *ptr);
void thumbnailLoaded(Image *ptr);