WSJT-X/qmap/getfile.h

13 lines
217 B
C
Raw Normal View History

#ifndef GETFILE_H
#define GETFILE_H
#include <QString>
#include <QFile>
#include <QDebug>
#include "commons.h"
2024-01-01 13:02:39 -05:00
void getfile(QString fname, int dbDgrd);
void save_iq(QString fname);
float gran();
#endif // GETFILE_H