mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Rename blackcore to swift::core
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "samplesfsuipc.h"
|
||||
#include "samplesmodelmapping.h"
|
||||
#include "samplesvpilotrules.h"
|
||||
#include "blackcore/application.h"
|
||||
#include "core/application.h"
|
||||
#include "misc/directoryutils.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -28,7 +28,7 @@ using namespace BlackSample;
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication qa(argc, argv);
|
||||
BlackCore::CApplication a;
|
||||
swift::core::CApplication a;
|
||||
Q_UNUSED(a);
|
||||
Q_UNUSED(qa);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user