mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Rename BlackConfig to swift::config
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
//! \copydoc BlackCore::Afv::Clients::CAfvClient::connectTo
|
||||
Q_INVOKABLE void connectTo(const QString &cid, const QString &password, const QString &callsign)
|
||||
{
|
||||
const QString client = "swift " % BlackConfig::CBuildConfig::getShortVersionString();
|
||||
const QString client = "swift " % swift::config::CBuildConfig::getShortVersionString();
|
||||
m_afvClient->connectTo(cid, password, callsign, client);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user