mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
Linter
This commit is contained in:
parent
8d96ca1751
commit
f71d8c22cf
1 changed files with 7 additions and 1 deletions
|
|
@ -261,7 +261,13 @@ void DlgConnect::updateDisplayInfo(const QString &saveName)
|
||||||
QStringList _data = uci.getServerInfo(saveName);
|
QStringList _data = uci.getServerInfo(saveName);
|
||||||
|
|
||||||
if (_data.isEmpty()) {
|
if (_data.isEmpty()) {
|
||||||
_data << "" << "" << "" << "" << "" << "" << "";
|
_data << ""
|
||||||
|
<< ""
|
||||||
|
<< ""
|
||||||
|
<< ""
|
||||||
|
<< ""
|
||||||
|
<< ""
|
||||||
|
<< "";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool savePasswordStatus = (_data.at(5) == "1");
|
bool savePasswordStatus = (_data.at(5) == "1");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue