| 78 | } |
| 79 | |
| 80 | void 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 | |
| 88 | void DxccColorProvider::setAutoReload(bool on, const QString& path) |
| 89 | { |
no outgoing calls
no test coverage detected