X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=zouba%2Fsrc%2Fgpscontroller.h;fp=zouba%2Fsrc%2Fgpscontroller.h;h=0000000000000000000000000000000000000000;hb=15842000c65c6c7529d0fe35e13253adb4293afd;hp=438b3f825021512d0118e5f6b506c674607bf0be;hpb=5789808b3e0c9a6a1d779270ecfbf0854f4d1b1e;p=ptas diff --git a/zouba/src/gpscontroller.h b/zouba/src/gpscontroller.h deleted file mode 100644 index 438b3f8..0000000 --- a/zouba/src/gpscontroller.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef GPSCONTROLLER_H -#define GPSCONTROLLER_H - -#include "location.h" - -#include "gpscontroller_p.h" - -#include -#include -#include - -QTM_USE_NAMESPACE - -class GpsController : public QObject -{ - Q_OBJECT - -public: - GpsController(); - GpsController( GpsControllerPrivate *gpsControllerPrivate ); - - ~GpsController(); - -public Q_SLOTS: - void getGps(); - void useFakeGps( const QString &fakeLocationLabel ); - void useLiveGps(); - -Q_SIGNALS: - void locationChanged( Location *newLocation ); - -private: - GpsControllerPrivate *q; -}; - -#endif // GPSCONTROLLER_H