mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
No BLACK_VERIFY if base url function
This commit is contained in:
@@ -504,9 +504,7 @@ namespace BlackCore
|
||||
|
||||
CUrl CDatabaseReader::getBaseUrl(CDbFlags::DataRetrievalModeFlag mode) const
|
||||
{
|
||||
BLACK_VERIFY_X(sApp, Q_FUNC_INFO, "Missing app object, URLs cannot be obtained");
|
||||
if (!sApp) { return CUrl(); }
|
||||
|
||||
if (!sApp || sApp->isShuttingDown()) { return CUrl(); }
|
||||
switch (mode)
|
||||
{
|
||||
case CDbFlags::DbReading:
|
||||
|
||||
Reference in New Issue
Block a user