Restore accidently removed FITSRecord ctr
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user