mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 17:41:39 +08:00
@@ -7,17 +7,23 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_TESTAVIATIONBASE_H
|
||||
#define BLACKMISCTEST_TESTAVIATIONBASE_H
|
||||
|
||||
//! \cond PRIVATE_TESTS
|
||||
|
||||
/*!
|
||||
* \file
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
|
||||
//! Aviation classes basic tests
|
||||
/*!
|
||||
* Aviation classes basic tests
|
||||
*/
|
||||
class CTestAviation : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -45,4 +51,6 @@ namespace BlackMiscTest
|
||||
|
||||
} // namespace
|
||||
|
||||
//! \endcond
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user