mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-28 13:04:25 -04:00
improve physical structure
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <QDebug>
|
||||
|
||||
#include "Configuration.hpp"
|
||||
#include "LotWUsers.hpp"
|
||||
#include "Network/LotWUsers.hpp"
|
||||
#include "models/DecodeHighlightingModel.hpp"
|
||||
#include "logbook/logbook.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <QPair>
|
||||
#include <QString>
|
||||
|
||||
#include "decodedtext.h"
|
||||
#include "Decoder/decodedtext.h"
|
||||
|
||||
class QAction;
|
||||
class Configuration;
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
#include "revision_utils.hpp"
|
||||
#include "qt_helpers.hpp"
|
||||
#include "Network/NetworkAccessManager.hpp"
|
||||
#include "soundout.h"
|
||||
#include "soundin.h"
|
||||
#include "Modulator.hpp"
|
||||
#include "Audio/soundout.h"
|
||||
#include "Audio/soundin.h"
|
||||
#include "Modulator/Modulator.hpp"
|
||||
#include "Detector/Detector.hpp"
|
||||
#include "plotter.h"
|
||||
#include "echoplot.h"
|
||||
@@ -58,14 +58,14 @@
|
||||
#include "widegraph.h"
|
||||
#include "sleep.h"
|
||||
#include "logqso.h"
|
||||
#include "decodedtext.h"
|
||||
#include "Decoder/decodedtext.h"
|
||||
#include "Radio.hpp"
|
||||
#include "models/Bands.hpp"
|
||||
#include "Transceiver/TransceiverFactory.hpp"
|
||||
#include "models/StationList.hpp"
|
||||
#include "validators/LiveFrequencyValidator.hpp"
|
||||
#include "Network/MessageClient.hpp"
|
||||
#include "wsprnet.h"
|
||||
#include "Network/wsprnet.h"
|
||||
#include "signalmeter.h"
|
||||
#include "HelpTextWindow.hpp"
|
||||
#include "SampleDownloader.hpp"
|
||||
@@ -74,7 +74,7 @@
|
||||
#include "validators/MaidenheadLocatorValidator.hpp"
|
||||
#include "validators/CallsignValidator.hpp"
|
||||
#include "Transceiver/EqualizationToolsDialog.hpp"
|
||||
#include "LotWUsers.hpp"
|
||||
#include "Network/LotWUsers.hpp"
|
||||
#include "logbook/AD1CCty.hpp"
|
||||
#include "models/FoxLog.hpp"
|
||||
#include "models/CabrilloLog.hpp"
|
||||
|
||||
@@ -22,13 +22,13 @@
|
||||
#include <QFuture>
|
||||
#include <QFutureWatcher>
|
||||
|
||||
#include "AudioDevice.hpp"
|
||||
#include "Audio/AudioDevice.hpp"
|
||||
#include "commons.h"
|
||||
#include "Radio.hpp"
|
||||
#include "models/Modes.hpp"
|
||||
#include "models/FrequencyList.hpp"
|
||||
#include "Configuration.hpp"
|
||||
#include "WSPRBandHopping.hpp"
|
||||
#include "WSPR/WSPRBandHopping.hpp"
|
||||
#include "Transceiver/Transceiver.hpp"
|
||||
#include "DisplayManual.hpp"
|
||||
#include "Network/psk_reporter.h"
|
||||
|
||||
Reference in New Issue
Block a user