Skip to content

Commit

Permalink
Fixed #45 - Added Local Time of the QSO Partner
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Apr 27, 2022
1 parent b99e681 commit 9350ce8
Show file tree
Hide file tree
Showing 13 changed files with 2,056 additions and 2 deletions.
580 changes: 580 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ SOURCES += \
core/Wsjtx.cpp \
core/debug.cpp \
core/main.cpp \
core/zonedetect.c \
data/AntProfile.cpp \
data/Data.cpp \
data/Dxcc.cpp \
Expand Down Expand Up @@ -127,6 +128,7 @@ HEADERS += \
core/SwitchButton.h \
core/Wsjtx.h \
core/debug.h \
core/zonedetect.h \
data/AntProfile.h \
data/Band.h \
data/Data.h \
Expand Down
1 change: 1 addition & 0 deletions core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "logformat/AdxFormat.h"
#include "ui/SettingsDialog.h"
#include "data/StationProfile.h"
#include "core/zonedetect.h"

MODULE_IDENTIFICATION("qlog.core.main");

Expand Down
Loading

0 comments on commit 9350ce8

Please sign in to comment.