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

@@ -96,10 +96,10 @@ namespace swift::config
static bool isKnownExecutableName(const QString &executable);
#ifdef SWIFT_VATSIM_SUPPORT
//! Vatsim client id
//! VATSIM client id
static int vatsimClientId(); // defined in buildconfig_gen.cpp.in
//! Vatsim client key
//! VATSIM client key
static const QString &vatsimPrivateKey(); // defined in buildconfig_gen.cpp.in
#endif