Restore accidently removed FITSRecord ctr

This commit is contained in:
2023-02-10 13:45:13 +01:00
parent 576df9c196
commit 8921ef9c63
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ struct FITSRecord
QVariant value;
QByteArray comment;
bool editable() const;
FITSRecord(){}
FITSRecord(const QByteArray &key, const QVariant &value, const QByteArray &comment);
FITSRecord(const LibXISF::FITSKeyword &record);
FITSRecord(const LibXISF::Property &property);