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:
@@ -15,7 +15,7 @@ add_swift_test(
|
||||
add_swift_test(
|
||||
NAME misc_aviation_aircraftsituation
|
||||
SOURCES aviation/testaircraftsituation/testaircraftsituation.cpp
|
||||
LINK_LIBRARIES blackconfig misc tests_test Qt::Core
|
||||
LINK_LIBRARIES config misc tests_test Qt::Core
|
||||
)
|
||||
|
||||
add_swift_test(
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
//! \file
|
||||
//! \ingroup testblackmisc
|
||||
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "config/buildconfig.h"
|
||||
#include "blackmisc/aviation/aircraftsituationchange.h"
|
||||
#include "blackmisc/aviation/aircraftsituationlist.h"
|
||||
#include "blackmisc/network/fsdsetup.h"
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
|
||||
using namespace BlackConfig;
|
||||
using namespace swift::config;
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "config/buildconfig.h"
|
||||
#include "blackmisc/compressutils.h"
|
||||
#include "blackmisc/swiftdirectories.h"
|
||||
#include "blackmisc/directoryutils.h"
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <QTest>
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackConfig;
|
||||
using namespace swift::config;
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user