mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refactor: Rename BlackConfig to swift::config
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "blackmisc/logmessage.h"
|
||||
#include "blackmisc/loghandler.h"
|
||||
#include "blackmisc/sharedstate/datalinkdbus.h"
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "config/buildconfig.h"
|
||||
|
||||
#include <QMessageBox>
|
||||
#include <QPixmap>
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <QPointer>
|
||||
#include <qcompilerdetection.h>
|
||||
|
||||
using namespace BlackConfig;
|
||||
using namespace swift::config;
|
||||
using namespace BlackGui;
|
||||
using namespace BlackGui::Components;
|
||||
using namespace BlackCore;
|
||||
|
||||
Reference in New Issue
Block a user