mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "samplesfsuipc.h"
|
||||
#include "samplesmodelmapping.h"
|
||||
#include "samplesvpilotrules.h"
|
||||
#include "blackcore/application.h"
|
||||
#include "core/application.h"
|
||||
#include "misc/directoryutils.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -28,7 +28,7 @@ using namespace BlackSample;
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication qa(argc, argv);
|
||||
BlackCore::CApplication a;
|
||||
swift::core::CApplication a;
|
||||
Q_UNUSED(a);
|
||||
Q_UNUSED(qa);
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "samplesmodelmapping.h"
|
||||
#include "sampleutils.h"
|
||||
#include "blackcore/aircraftmatcher.h"
|
||||
#include "core/aircraftmatcher.h"
|
||||
#include "misc/aviation/aircrafticaocode.h"
|
||||
#include "misc/aviation/airlineicaocode.h"
|
||||
#include "misc/simulation/aircraftmodellist.h"
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <QStringList>
|
||||
#include <QTextStream>
|
||||
|
||||
using namespace BlackCore;
|
||||
using namespace swift::core;
|
||||
using namespace swift::misc;
|
||||
using namespace swift::misc::simulation;
|
||||
using namespace swift::misc::simulation::fscommon;
|
||||
|
||||
Reference in New Issue
Block a user