refs #485, use global setup directly from sApp where possible

This commit is contained in:
Klaus Basan
2016-02-27 22:24:24 +01:00
committed by Mathew Sutcliffe
parent f03f3ef224
commit b577f9313e
8 changed files with 5 additions and 16 deletions

View File

@@ -177,7 +177,7 @@ namespace BlackCore
CUrl CIcaoDataReader::getBaseUrl() const
{
CUrl baseUrl(this->m_setup.get().dbIcaoReaderUrl());
const CUrl baseUrl(sApp->getGlobalSetup().dbIcaoReaderUrl());
return baseUrl;
}