mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "ui_dbaircrafticaoselectorcomponent.h"
|
||||
#include "blackcore/application.h"
|
||||
#include "blackcore/webdataservices.h"
|
||||
#include "core/application.h"
|
||||
#include "core/webdataservices.h"
|
||||
#include "blackgui/components/dbaircrafticaoselectorcomponent.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackgui/uppercasevalidator.h"
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <Qt>
|
||||
|
||||
using namespace BlackGui;
|
||||
using namespace BlackCore;
|
||||
using namespace swift::core;
|
||||
using namespace swift::misc;
|
||||
using namespace swift::misc::aviation;
|
||||
using namespace swift::misc::db;
|
||||
|
||||
Reference in New Issue
Block a user