mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
19c46774b4
There's not much to show for this so far but some of the necessary infrastructure is in place.
14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
SOURCES += \
|
|
item_delegates/ForeignKeyDelegate.cpp \
|
|
item_delegates/FrequencyDelegate.cpp \
|
|
item_delegates/FrequencyDeltaDelegate.cpp \
|
|
item_delegates/CallsignDelegate.cpp \
|
|
item_delegates/MaidenheadLocatorItemDelegate.cpp
|
|
|
|
HEADERS += \
|
|
item_delegates/ForeignKeyDelegate.hpp \
|
|
item_delegates/FrequencyDelegate.hpp \
|
|
item_delegates/FrequencyDeltaDelegate.hpp \
|
|
item_delegates/CallsignDelegate.hpp \
|
|
item_delegates/MaidenheadLocatorDelegate.hpp
|