mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-13 14:24:08 -04:00
This code now compiles OK in either Qt4 or Qt5. To run in Qt5 we'll need
a Qt5-compatible "thermo" widget. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+5
-2
@@ -9,8 +9,11 @@
|
||||
#include "getfile.h"
|
||||
#include <portaudio.h>
|
||||
#include "logqso.h"
|
||||
//#include <QtConcurrent/QtConcurrentMap>
|
||||
//#include <QtConcurrent/QtConcurrentRun>
|
||||
|
||||
#ifdef QT5
|
||||
#include <QtConcurrent/QtConcurrentMap>
|
||||
#include <QtConcurrent/QtConcurrentRun>
|
||||
#endif
|
||||
|
||||
int itone[85]; //Tx audio tones for 85 symbols
|
||||
int icw[250]; //Dits for CW ID
|
||||
|
||||
Reference in New Issue
Block a user