mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Added legal header, changed include guards to contain namespace prefix e.g BLACKMISC_XYZ_H
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
#ifndef TESTPHYSICALQUANTITIESBASE_H
|
||||
#define TESTPHYSICALQUANTITIESBASE_H
|
||||
#ifndef BLACKMISCTEST_TESTPHYSICALQUANTITIESBASE_H
|
||||
#define BLACKMISCTEST_TESTPHYSICALQUANTITIESBASE_H
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include "blackmisc/pqconstants.h"
|
||||
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
|
||||
@@ -72,4 +70,4 @@ private slots:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // TESTPHYSICALQUANTITIESBASE_H
|
||||
#endif // BLACKMISCTEST_TESTPHYSICALQUANTITIESBASE_H
|
||||
|
||||
Reference in New Issue
Block a user