mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refactor: Rename blackgui to swift::gui
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "swiftlauncher.h"
|
||||
#include "blackgui/guiapplication.h"
|
||||
#include "gui/guiapplication.h"
|
||||
#include "core/db/databasereaderconfig.h"
|
||||
#include "misc/directoryutils.h"
|
||||
#include "misc/icons.h"
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <QPushButton>
|
||||
#include <QCommandLineParser>
|
||||
|
||||
using namespace BlackGui;
|
||||
using namespace swift::gui;
|
||||
using namespace swift::misc;
|
||||
using namespace swift::core;
|
||||
using namespace swift::core::db;
|
||||
|
||||
Reference in New Issue
Block a user