mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02:00
fix for coding standard compliance
This commit is contained in:
parent
0b1445f8b5
commit
979f5f8fc5
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ bool AddressManager::handleUsername(const QString& lookupString) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void AddressManager::setDomainInfo(const QString &hostname, quint16 port, const QString& domainName) {
|
void AddressManager::setDomainInfo(const QString& hostname, quint16 port, const QString& domainName) {
|
||||||
_currentDomain = domainName.isEmpty() ? hostname : domainName;
|
_currentDomain = domainName.isEmpty() ? hostname : domainName;
|
||||||
emit possibleDomainChangeRequired(hostname, port);
|
emit possibleDomainChangeRequired(hostname, port);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue