MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / importAdifFile

Method importAdifFile

src/core/DxccColorProvider.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void DxccColorProvider::importAdifFile(const QString& path)
81{
82 emit importStarted();
83 QMetaObject::invokeMethod(m_parser, "parseFileAsync",
84 Qt::QueuedConnection,
85 Q_ARG(QString, path));
86}
87
88void DxccColorProvider::setAutoReload(bool on, const QString& path)
89{

Callers 2

MainWindowMethod · 0.80
buildDisplayTabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected