Corrected connect(myRegistration ... regUserToServer()).
authorTiina Kivilinna-Korhola <tiina.kivilinna-korhola@fudeco.com>
Mon, 15 Mar 2010 11:07:29 +0000 (13:07 +0200)
committerTiina Kivilinna-Korhola <tiina.kivilinna-korhola@fudeco.com>
Mon, 15 Mar 2010 11:07:29 +0000 (13:07 +0200)
Client/carmainwindow.cpp

index f1b1bb1..aa873c4 100644 (file)
@@ -32,7 +32,7 @@ CarMainWindow::CarMainWindow(QWidget *parent):QMainWindow(parent), ui(new Ui::Ca
     categorylist = new CategoryList();
     myHttpClient = new HttpClient(this);
     myRegistration = new Registration(this);
-    connect(myRegistration,SIGNAL(sendregistration()),this,SLOT(registrate()));
+    connect(myRegistration,SIGNAL(sendregistration()),this,SLOT(regUserToServer()));
 
     time = 0;
     speed = 0;