added base class for own and friend locations. added new class for
[situare] / src / engine / engine.h
index 9e81a86..357662e 100644 (file)
@@ -88,6 +88,8 @@ public slots:
 
     void updateFriendsList();
 
+    void userDataChanged(User *user, QList<User *> &friendList);
+
 /*******************************************************************************
  * SIGNALS
  ******************************************************************************/
@@ -102,6 +104,9 @@ signals:
     */
     void engine_closeMainWindow();
 
+    void userLocationReady(User *user);
+    void friendsLocationsReady(QList<User *> &friendList);
+
 /*******************************************************************************
  * DATA MEMBERS
  ******************************************************************************/