Moved location update logic to new class called UpdateLocation.
[situare] / src / src.pro
index 4337dda..4b3c123 100644 (file)
@@ -83,7 +83,8 @@ SOURCES += main.cpp \
     ui/zoombutton.cpp \
     ui/zoombuttonpanel.cpp \
     user/user.cpp \
-    ui/listitemcontextbuttonbar.cpp
+    ui/listitemcontextbuttonbar.cpp \
+    engine/updatelocation.cpp
 HEADERS += application.h \
     common.h \
     coordinates/geocoordinate.h \
@@ -168,7 +169,8 @@ HEADERS += application.h \
     ui/zoombutton.h \
     ui/zoombuttonpanel.h \
     user/user.h \
-    ui/listitemcontextbuttonbar.h
+    ui/listitemcontextbuttonbar.h \
+    engine/updatelocation.h
 QT += network \
     webkit
 DEFINES += QT_NO_DEBUG_OUTPUT