Updraft  1.0
Open source glider flight visualisation tool.
testlocation.h
Go to the documentation of this file.
00001 #ifndef UPDRAFT_SRC_LIBRARIES_UTIL_TESTS_TESTLOCATION_H_
00002 #define UPDRAFT_SRC_LIBRARIES_UTIL_TESTS_TESTLOCATION_H_
00003 
00004 #include <QObject>
00005 
00006 #include "location.h"
00007 
00008 namespace Updraft {
00009 namespace Util {
00010 namespace Test {
00011 
00013 class TestLocation: public QObject {
00014   Q_OBJECT
00015  private slots:
00016   void testLat();
00017   void testLon();
00018 };
00019 
00020 }  // End namespace Test
00021 }  // End namespace Util
00022 }  // End namespace Updraft
00023 
00024 #endif  // UPDRAFT_SRC_LIBRARIES_UTIL_TESTS_TESTLOCATION_H_
00025 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines