mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "blackgui/uppercasevalidator.h"
|
||||
#include "blackcore/webdataservices.h"
|
||||
#include "core/webdataservices.h"
|
||||
#include "misc/countrylist.h"
|
||||
#include <QCompleter>
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace BlackCore;
|
||||
using namespace swift::core;
|
||||
|
||||
namespace BlackGui::Components
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user