mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T172, formatting
* this->m_ => m_ * formatting * comments / doxygen
This commit is contained in:
@@ -29,7 +29,7 @@ namespace BlackGui
|
||||
QComboBox(parent)
|
||||
{ }
|
||||
|
||||
void CServerListSelector::setServers(const BlackMisc::Network::CServerList &servers, bool nameIsCountry)
|
||||
void CServerListSelector::setServers(const CServerList &servers, bool nameIsCountry)
|
||||
{
|
||||
if (m_servers == servers) { return; }
|
||||
this->setServerItems(servers, nameIsCountry);
|
||||
|
||||
Reference in New Issue
Block a user