Moved location update logic to new class called UpdateLocation.
authorSami Rämö <sami.ramo@ixonos.com>
Fri, 12 Nov 2010 11:24:00 +0000 (13:24 +0200)
committerSami Rämö <sami.ramo@ixonos.com>
Fri, 12 Nov 2010 11:24:00 +0000 (13:24 +0200)
commitb1971264e6e95cb5f13ce8f2ca852edd028a8869
treeacbe42b2a1eed6a57ee9cdb912e984588d68b798
parent4606e8531aee2f730531d757f51d70829d3ee2ae
Moved location update logic to new class called UpdateLocation.
13 files changed:
src/common.h
src/engine/engine.cpp
src/engine/updatelocation.cpp [new file with mode: 0644]
src/engine/updatelocation.h [new file with mode: 0644]
src/facebookservice/facebookauthentication.cpp
src/situareservice/situareservice.cpp
src/situareservice/situareservice.h
src/src.pro
src/ui/mainwindow.cpp
src/ui/mainwindow.h
src/ui/updatelocation/updatelocationdialog.cpp
src/ui/updatelocation/updatelocationdialog.h
src/ui/userinfo.cpp