Changes: added GPS class and made app get from location from GPS
[ptas] / zouba / tests / ut_location / ut_location.h
index 1b44ace..552c4eb 100644 (file)
@@ -10,19 +10,20 @@ Q_DECLARE_METATYPE(LocationPrivate*);
 
 class Ut_Location : public QObject
 {
-    Q_OBJECT
+Q_OBJECT
 
 public:
 
 private slots:
-    void init();
-    void cleanup();
-    void initTestCase();
-    void cleanupTestCase();
-    void testParseReply();
-    void testSet();
+  void init();
+  void cleanup();
+  void initTestCase();
+  void cleanupTestCase();
+  void testParseReply();
+  void testSet();
+  void testConstructorQGeoPositionInfo();
 
 private:
-    LocationPrivate *m_subject;
+  LocationPrivate *m_subject;
 };
 #endif // UT_LOCATION_H