mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-29 00:15:22 -04:00
7 lines
97 B
C++
7 lines
97 B
C++
|
#include "psk_reporter.h"
|
||
|
|
||
|
PSK_Reporter::PSK_Reporter(QObject *parent) :
|
||
|
QObject(parent)
|
||
|
{
|
||
|
}
|