mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
refactor: Rename blackgui to swift::gui
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "simconnectsettingscomponent.h"
|
||||
#include "ui_simconnectsettingscomponent.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "gui/guiapplication.h"
|
||||
#include "core/context/contextapplication.h"
|
||||
#include "core/context/contextsimulator.h"
|
||||
#include "misc/simulation/fsx/simconnectutilities.h"
|
||||
@@ -22,7 +22,7 @@ using namespace swift::misc;
|
||||
using namespace swift::misc::simulation;
|
||||
using namespace swift::misc::simulation::Fsx;
|
||||
using namespace swift::misc::network;
|
||||
using namespace BlackGui;
|
||||
using namespace swift::gui;
|
||||
|
||||
namespace BlackSimPlugin::FsxCommon
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user