X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tests%2Fut_location%2Fut_location.h;fp=tests%2Fut_location%2Fut_location.h;h=0000000000000000000000000000000000000000;hb=3406287d71dac0a117ba8714f2d85bb67fbbec45;hp=552c4eb60ef5586192764a4aa6a7e9c27799404d;hpb=15842000c65c6c7529d0fe35e13253adb4293afd;p=ptas diff --git a/tests/ut_location/ut_location.h b/tests/ut_location/ut_location.h deleted file mode 100644 index 552c4eb..0000000 --- a/tests/ut_location/ut_location.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef UT_LOCATION_H -#define UT_LOCATION_H - -#include -#include - -#include - -Q_DECLARE_METATYPE(LocationPrivate*); - -class Ut_Location : public QObject -{ -Q_OBJECT - -public: - -private slots: - void init(); - void cleanup(); - void initTestCase(); - void cleanupTestCase(); - void testParseReply(); - void testSet(); - void testConstructorQGeoPositionInfo(); - -private: - LocationPrivate *m_subject; -}; -#endif // UT_LOCATION_H