Updraft
1.0
Open source glider flight visualisation tool.
|
00001 #ifndef UPDRAFT_SRC_LIBRARIES_IGC_TESTS_WRONG_WRONG_H_ 00002 #define UPDRAFT_SRC_LIBRARIES_IGC_TESTS_WRONG_WRONG_H_ 00003 00004 #include <QObject> 00005 00006 namespace Updraft { 00007 namespace Igc { 00008 namespace Test { 00009 00011 class Wrong: public QObject { 00012 Q_OBJECT 00013 private slots: 00014 void a_record(); 00015 void b_record(); 00016 }; 00017 00018 } // End namespace Test 00019 } // End namespace Igc 00020 } // End namespace Updraft 00021 00022 #endif // UPDRAFT_SRC_LIBRARIES_IGC_TESTS_WRONG_WRONG_H_ 00023