Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ getOrganizationDomain
Method
getOrganizationDomain
Modules/AppUtil/src/mitkBaseApplication.cpp:542–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
QString BaseApplication::getOrganizationDomain() const
543
{
544
return nullptr != qApp
545
? qApp->organizationDomain()
546
: d->m_OrgaDomain;
547
}
548
549
void BaseApplication::setSingleMode(bool singleMode)
550
{
Callers
1
initializeQt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected