backup
authorVille Tiensuu <ville.tiensuu@ixonos.com>
Fri, 4 Jun 2010 05:52:17 +0000 (08:52 +0300)
committerVille Tiensuu <ville.tiensuu@ixonos.com>
Fri, 4 Jun 2010 05:52:17 +0000 (08:52 +0300)
src/engine/engine.cpp
src/engine/engine.h
src/ui/updatelocation/updatelocationdialog.cpp

index 612792a..65b5b0a 100644 (file)
@@ -485,9 +485,8 @@ void SituareEngine::signalsFromSituareService()
             this, SLOT(userDataChanged(User*, QList<User*>&)));
 
     connect(m_situareService, SIGNAL(updateWasSuccessful()),
-            this, SLOT(updateWasSuccessful()));    
+            this, SLOT(updateWasSuccessful()));
 
-    // signals to mainwindow
     connect(m_situareService, SIGNAL(updateWasSuccessful()),
             m_ui, SIGNAL(messageUpdatedToSituare()));
 
index ecdd024..e65e8b3 100644 (file)
@@ -254,8 +254,8 @@ signals:
     * @param friendList List of User instances (friends)
     */
     void friendsLocationsReady(QList<User *> &friendList);
-    void messageUpdatedToSituare();
-    void messageSendingFailed(const QString &error);
+//    void messageUpdatedToSituare();
+//    void messageSendingFailed(const QString &error);
 
     /**
     * @brief Signals when new user data is ready
index 8020ba1..e087f10 100755 (executable)
@@ -73,6 +73,7 @@ UpdateLocationDialog::~UpdateLocationDialog()
 void UpdateLocationDialog::saveMessageAndClose()
 {
     qDebug() << __PRETTY_FUNCTION__ << "NONIIN NONIIN";
+    qDebug() << "MIKSET TOIMI!!!!!!!!!";
 
 
 }