QTfrontend/gameuiconfig.cpp
changeset 8299 ef2e284255cd
parent 8298 f9e6da8f94b1
child 8300 1978de6842c7
equal deleted inserted replaced
8298:f9e6da8f94b1 8299:ef2e284255cd
   481 
   481 
   482 void GameUIConfig::clearPasswordHash() 
   482 void GameUIConfig::clearPasswordHash() 
   483 {
   483 {
   484     setValue("net/passwordhash", QString());
   484     setValue("net/passwordhash", QString());
   485     setValue("net/passwordlength", 0);
   485     setValue("net/passwordlength", 0);
       
   486     setValue("net/savepassword", false);
   486 }
   487 }
   487 
   488 
   488 void GameUIConfig::setPasswordHash(const QString & passwordhash)
   489 void GameUIConfig::setPasswordHash(const QString & passwordhash)
   489 {
   490 {
   490     setValue("net/passwordhash", passwordhash);
   491     setValue("net/passwordhash", passwordhash);