#ifndef GPSLOCATION_H #define GPSLOCATION_H #include class GpsLocation { public: GpsLocation(); signals: public slots: }; #endif // GPSLOCATION_H