mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
adding debugging stuff
This commit is contained in:
parent
8a9ad421e7
commit
223f86108f
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ QString AddressManager::getProtocol() const {
|
|||
QUrl AddressManager::currentAddress(bool domainOnly) const {
|
||||
QUrl hifiURL = _domainURL;
|
||||
|
||||
auto urlStr = hifiURL.toString().toStdString();
|
||||
|
||||
if (!domainOnly && hifiURL.scheme() == URL_SCHEME_HIFI) {
|
||||
hifiURL.setPath(currentPath());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue