mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:23:57 +02:00
Remove unneeded 'this->'
This commit is contained in:
parent
e177004d71
commit
fc1a7255f6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ DomainServer::DomainServer(int argc, char* argv[]) :
|
|||
static const QString AC_SUBNET_WHITELIST_SETTING_PATH = "security.ac_subnet_whitelist";
|
||||
|
||||
static const Subnet LOCALHOST { QHostAddress("127.0.0.1"), 32 };
|
||||
this->_acSubnetWhitelist = { LOCALHOST };
|
||||
_acSubnetWhitelist = { LOCALHOST };
|
||||
|
||||
auto whitelist = _settingsManager.valueOrDefaultValueForKeyPath(AC_SUBNET_WHITELIST_SETTING_PATH).toStringList();
|
||||
for (auto& subnet : whitelist) {
|
||||
|
|
Loading…
Reference in a new issue