mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-06 01:11:18 -05:00
280c8344cd
Preparation for merging with the wsjtx project repository.
13 lines
239 B
C
13 lines
239 B
C
#ifndef GETFILE_H
|
|
#define GETFILE_H
|
|
#include <QString>
|
|
#include <QFile>
|
|
#include <QDebug>
|
|
#include "commons.h"
|
|
|
|
void getfile(QString fname, bool xpol, int dbDgrd);
|
|
void savetf2(QString fname, bool xpol);
|
|
float gran();
|
|
|
|
#endif // GETFILE_H
|