mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Add those pesky MOC generated code includes that break libraries if
they are included by automoc. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4035 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
3a71124e2f
commit
d157c20016
@ -5,6 +5,8 @@
|
||||
|
||||
#include "NetworkServerLookup.hpp"
|
||||
|
||||
#include "moc_DXLabSuiteCommanderTransceiver.cpp"
|
||||
|
||||
namespace
|
||||
{
|
||||
char const * const commander_transceiver_name {"DX Lab Suite Commander"};
|
||||
|
@ -6,6 +6,8 @@
|
||||
#include <QString>
|
||||
#include <QDebug>
|
||||
|
||||
#include "moc_HamlibTransceiver.cpp"
|
||||
|
||||
namespace
|
||||
{
|
||||
// Unfortunately bandwidth is conflated with mode, this is probably
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
#include "pimpl_impl.hpp"
|
||||
|
||||
#include "moc_PollingTransceiver.cpp"
|
||||
|
||||
namespace
|
||||
{
|
||||
unsigned const polls_to_stabilize {3};
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "FrequencyItemDelegate.hpp"
|
||||
|
||||
#include "ui_mainwindow.h"
|
||||
#include "moc_mainwindow.cpp"
|
||||
|
||||
int volatile itone[NUM_JT65_SYMBOLS]; //Audio tones for all Tx symbols
|
||||
int volatile icw[NUM_CW_SYMBOLS]; //Dits for CW ID
|
||||
|
Loading…
Reference in New Issue
Block a user