mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Avionics classes for Transponder, ADF, changed namespace to 2ndlevel
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include "blackmisc/pqconstants.h"
|
||||
using namespace BlackMisc;
|
||||
|
||||
namespace BlackMiscTest {
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
|
||||
/*!
|
||||
* \brief Physical quantities,basic tests
|
||||
@@ -13,6 +15,7 @@ namespace BlackMiscTest {
|
||||
class CTestPhysicalQuantitiesBase : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
/*!
|
||||
* \brief Standard test case constructor
|
||||
|
||||
Reference in New Issue
Block a user