mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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;
|
||||
emit possibleDomainChangeRequired(hostname, port);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue