Skip to content

Commit 825ecd8

Browse files
committed
keep a reference to the originating QSO in the log for sent QTCs
1 parent 02d6bdb commit 825ecd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/core.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ type QTC struct {
147147

148148
// Basic Information
149149
Kind QTCKind
150+
QSONumber QSONumber // used only for SentQTC, references the QSO in my log
150151
TheirCallsign callsign.Callsign
151152
Header QTCHeader
152153

0 commit comments

Comments
 (0)