mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #649, made base URL static const to resolve threading issue
(crash when shutting down)
This commit is contained in:
@@ -159,7 +159,8 @@ namespace BlackCore
|
||||
mutable QReadWriteLock m_lockModels;
|
||||
|
||||
//! Base URL
|
||||
BlackMisc::Network::CUrl getBaseUrl() const;
|
||||
//! \threadsafe
|
||||
static const BlackMisc::Network::CUrl &getBaseUrl();
|
||||
|
||||
//! URL livery web service
|
||||
BlackMisc::Network::CUrl getLiveryUrl(bool shared = false) const;
|
||||
|
||||
Reference in New Issue
Block a user