mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refactor: Rename BlackConfig to swift::config
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
#include "blackmisc/threadutils.h"
|
||||
#include "blackmisc/verify.h"
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "config/buildconfig.h"
|
||||
|
||||
#include <QTimer>
|
||||
#include <QPointer>
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <type_traits>
|
||||
#include <QElapsedTimer>
|
||||
|
||||
using namespace BlackConfig;
|
||||
using namespace swift::config;
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
Reference in New Issue
Block a user