refactor: Rename blackcore to swift::core

This commit is contained in:
Lars Toenning
2024-11-10 20:21:07 +01:00
parent 9142a3649b
commit 3a2447770f
482 changed files with 2611 additions and 2611 deletions

View File

@@ -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
{