Conflict fixed: mainwindow.cpp and httpclient.cpp
[speedfreak] / Client / usersettings.cpp
index 20046cc..be95562 100644 (file)
@@ -71,7 +71,7 @@ bool loginSaved()
 
     myLogin.readLoginSettings( &userName, &password);
 
-    if (userName.length() > 0)
+    if (userName.compare(""))
     {
         return true;
     }