mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
refactor: Rename BlackConfig to swift::config
This commit is contained in:
@@ -12,5 +12,5 @@ add_swift_test(
|
||||
add_swift_test(
|
||||
NAME core_fsdmessages
|
||||
SOURCES testfsdmessages/testfsdmessages.cpp
|
||||
LINK_LIBRARIES blackconfig core tests_test Qt::Core Qt::Test
|
||||
LINK_LIBRARIES config core tests_test Qt::Core Qt::Test
|
||||
)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* \ingroup testblackfsd
|
||||
*/
|
||||
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "config/buildconfig.h"
|
||||
#include "blackcore/fsd/fsdclient.h"
|
||||
#include "blackmisc/aviation/flightplan.h"
|
||||
#include "blackmisc/network/clientprovider.h"
|
||||
@@ -30,7 +30,7 @@ using namespace BlackMisc::Geo;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Network;
|
||||
using namespace BlackMisc::Simulation;
|
||||
using namespace BlackConfig;
|
||||
using namespace swift::config;
|
||||
using namespace BlackCore::Fsd;
|
||||
|
||||
namespace BlackFsdTest
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* \ingroup testblackfsd
|
||||
*/
|
||||
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "config/buildconfig.h"
|
||||
#include "blackcore/fsd/addatc.h"
|
||||
#include "blackcore/fsd/addpilot.h"
|
||||
#include "blackcore/fsd/atcdataupdate.h"
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::Network;
|
||||
using namespace BlackConfig;
|
||||
using namespace swift::config;
|
||||
using namespace BlackCore::Fsd;
|
||||
|
||||
namespace BlackMiscTest
|
||||
|
||||
Reference in New Issue
Block a user