mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
Added legal header, changed include guards to contain namespace prefix e.g BLACKMISC_XYZ_H
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
#ifndef TESTAVIATIONBASE_H
|
||||
#define TESTAVIATIONBASE_H
|
||||
/* Copyright (C) 2013 VATSIM Community / authors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef BLACKMISCTEST_TESTAVIATIONBASE_H
|
||||
#define BLACKMISCTEST_TESTAVIATIONBASE_H
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
#include "blackmisc/pqconstants.h"
|
||||
#include "blackmisc/avheading.h"
|
||||
#include "blackmisc/avverticalpositions.h"
|
||||
#include "blackmisc/aviocomsystem.h"
|
||||
#include "blackmisc/avionavsystem.h"
|
||||
#include "blackmisc/aviotransponder.h"
|
||||
|
||||
using namespace BlackMisc::Aviation;
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
namespace BlackMiscTest {
|
||||
|
||||
@@ -49,4 +52,4 @@ private slots:
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // TESTAVIATIONBASE_H
|
||||
#endif // BLACKMISCTEST_TESTAVIATIONBASE_H
|
||||
|
||||
Reference in New Issue
Block a user