Bugfix: Settings help dialog has wrong names in buttons because changes have been...
[speedfreak] / Client / mainwindow.cpp
index 04cb3f2..c01329c 100644 (file)
@@ -41,7 +41,7 @@ MainWindow::MainWindow(QWidget *parent) :
     connect(httpClient->myXmlreader, SIGNAL(receivedTop10List()), this, SLOT(showTop10()));    
 
     welcomeDialog = new WelcomeDialog;
-    //welcomeDialog->show();
+    welcomeDialog->show();
 
     this->setUsernameToMainPanel();
 
@@ -328,7 +328,9 @@ void MainWindow::killDialog()
         helpDialog = NULL;
     }
 }
-
+/**
+  *
+  */
 void MainWindow::setUsernameToMainPanel()
 {
     if (loginSaved())