Merge branch 'master' of github.com:ArtemD/SpeedFreak
[speedfreak] / Client / usersettings.cpp
index be95562..2c79cad 100644 (file)
@@ -2,6 +2,7 @@
  * UserSettings class
  *
  * @author     Olavi Pulkkinen <olavi.pulkkinen@fudeco.com>
+ * @author     Toni Jussila <toni.jussila@fudeco.com>
  * @copyright  (c) 2010 Speed Freak team
  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  */
@@ -60,7 +61,7 @@ void saveLogin( QString userName, QString password)
     myLogin.writeLoginSettings( userName, password);
 }
 
-/*
+/**
   * Function to test if login info saved.
   * Returns true if so.
   */