mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #510 Remove underscores from all the source file names
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
#include "ui_aircraftcomponent.h"
|
||||
#include "enablefordockwidgetinfoarea.h"
|
||||
#include "../guiutility.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_simulator.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextsimulator.h"
|
||||
#include "blackcore/network.h"
|
||||
|
||||
using namespace BlackGui;
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
#include "blackmisc/aviation/informationmessage.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/weather/metar.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
|
||||
using namespace BlackGui;
|
||||
using namespace BlackGui::Models;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "audiosetupcomponent.h"
|
||||
#include "ui_audiosetupcomponent.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
using namespace BlackCore;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "audiovolumecomponent.h"
|
||||
#include "ui_audiovolumecomponent.h"
|
||||
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
#include "cockpitcomcomponent.h"
|
||||
#include "ui_cockpitcomcomponent.h"
|
||||
#include "../stylesheetutility.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "blackmisc/audio/voiceroomlist.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "cockpittranspondermodeledscomponent.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
#include <QVBoxLayout>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "enableforruntime.h"
|
||||
#include "blackcore/context_all_interfaces.h"
|
||||
#include "blackcore/contextallinterfaces.h"
|
||||
#include <QWidget>
|
||||
|
||||
using namespace BlackMisc::Audio;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#define BLACKGUI_ENABLEFORRUNTIME_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackcore/context_runtime.h"
|
||||
#include "blackcore/contextruntime.h"
|
||||
#include "blackmisc/audio/notificationsounds.h"
|
||||
#include <QTimer>
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
#include "../stylesheetutility.h"
|
||||
#include "ui_flightplancomponent.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
#include "infobarstatuscomponent.h"
|
||||
#include "ui_infobarstatuscomponent.h"
|
||||
#include "blackcore/context_simulator.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_application.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/contextsimulator.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextapplication.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "blackcore/simulator.h"
|
||||
#include "blackmisc/project.h"
|
||||
#include "blackmisc/icons.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "internalscomponent.h"
|
||||
#include "ui_internalscomponent.h"
|
||||
#include "blackcore/context_all_interfaces.h"
|
||||
#include "blackcore/contextallinterfaces.h"
|
||||
#include <QJsonParseError>
|
||||
|
||||
using namespace BlackMisc;
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
#include "logincomponent.h"
|
||||
#include "ui_logincomponent.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/context_simulator.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "blackcore/contextsimulator.h"
|
||||
#include "blackcore/network.h"
|
||||
#include "blackcore/simulator.h"
|
||||
#include "blackcore/setupreader.h"
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
#include "mainkeypadareacomponent.h"
|
||||
#include "ui_mainkeypadareacomponent.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "blackcore/context_simulator.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/contextsimulator.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/network.h"
|
||||
#include "blackgui/views/aircraftmodelview.h"
|
||||
#include "blackgui/filters/aircraftmodelfilterdialog.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "registercomponent.h"
|
||||
#include "ui_registercomponent.h"
|
||||
#include "blackcore/context_application.h"
|
||||
#include "blackcore/contextapplication.h"
|
||||
|
||||
using namespace BlackCore;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "remoteaircraftselector.h"
|
||||
#include "ui_remoteaircraftselector.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
#include "ui_settingscomponent.h"
|
||||
#include "blackgui/models/atcstationlistmodel.h"
|
||||
#include "blackgui/stylesheetutility.h"
|
||||
#include "blackcore/dbus_server.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/dbusserver.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "blackmisc/input/keyboardkeylist.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include <QColorDialog>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "settingshotkeycomponent.h"
|
||||
#include "ui_settingshotkeycomponent.h"
|
||||
#include "blackgui/hotkeydialog.h"
|
||||
#include "blackcore/context_application.h"
|
||||
#include "blackcore/contextapplication.h"
|
||||
#include <QMessageBox>
|
||||
|
||||
using namespace BlackMisc;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "settingsnetworkcomponent.h"
|
||||
#include "ui_settingsnetworkcomponent.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
|
||||
using namespace BlackCore;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "settingsnetworkserverscomponent.h"
|
||||
#include "ui_settingsnetworkserverscomponent.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/setupreader.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/project.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "settingssimulatorcomponent.h"
|
||||
#include "ui_settingssimulatorcomponent.h"
|
||||
|
||||
#include "blackcore/context_simulator.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/contextsimulator.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackgui/pluginconfig.h"
|
||||
#include "blackgui/pluginconfigwindow.h"
|
||||
#include "blackgui/plugindetailswindow.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#ifndef BLACKGUI_SETTINGSSIMULATORCOMPONENT_H
|
||||
#define BLACKGUI_SETTINGSSIMULATORCOMPONENT_H
|
||||
|
||||
#include "blackcore/plugin_manager_simulator.h"
|
||||
#include "blackcore/pluginmanagersimulator.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/simulation/simulatorplugininfolist.h"
|
||||
#include "enableforruntime.h"
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
#include "simulatorcomponent.h"
|
||||
#include "ui_simulatorcomponent.h"
|
||||
#include "blackcore/context_simulator.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/contextsimulator.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
#include "blackcore/simulator.h"
|
||||
#include "blackmisc/iconlist.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "textmessagecomponent.h"
|
||||
#include "ui_textmessagecomponent.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "blackmisc/network/user.h"
|
||||
#include "blackmisc/audio/notificationsounds.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
#include "blackmisc/identifier.h"
|
||||
#include "blackmisc/network/textmessage.h"
|
||||
#include "blackmisc/network/textmessagelist.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
#include <QFrame>
|
||||
#include <QLineEdit>
|
||||
#include <QScopedPointer>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "ui_usercomponent.h"
|
||||
#include "../guiutility.h"
|
||||
#include "blackmisc/network/userlist.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/contextnetwork.h"
|
||||
#include "blackcore/network.h"
|
||||
|
||||
using namespace BlackGui;
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
#include "voiceroomscomponent.h"
|
||||
#include "ui_voiceroomscomponent.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/context_ownaircraft.h"
|
||||
#include "blackcore/contextaudio.h"
|
||||
#include "blackcore/contextownaircraft.h"
|
||||
#include "blackmisc/audio/notificationsounds.h"
|
||||
|
||||
using namespace BlackCore;
|
||||
|
||||
Reference in New Issue
Block a user