mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-09 19:16:01 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <QtGlobal>
|
||||
|
||||
using namespace swift::misc;
|
||||
using namespace BlackSample;
|
||||
using namespace swift::sample;
|
||||
using namespace swift::core;
|
||||
|
||||
//! main
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: Copyright (C) 2014 swift Project Community / Contributors
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#ifndef BLACKSAMPLE_BLACKMISCQUANTITIES_H
|
||||
#define BLACKSAMPLE_BLACKMISCQUANTITIES_H
|
||||
#ifndef SWIFT_SAMPLE_SWIFT_MISCQUANTITIES_H
|
||||
#define SWIFT_SAMPLE_SWIFT_MISCQUANTITIES_H
|
||||
|
||||
// just a dummy header, documentation will go here
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ using namespace swift::misc::geo;
|
||||
using namespace swift::misc::network;
|
||||
using namespace swift::misc::test;
|
||||
|
||||
namespace BlackSample
|
||||
namespace swift::sample
|
||||
{
|
||||
int CSamplesAviation::samples(QTextStream &out)
|
||||
{
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
//! \file
|
||||
//! \ingroup samplemiscquantities
|
||||
|
||||
#ifndef BLACKSAMPLE_SAMPLESAVIATION_H
|
||||
#define BLACKSAMPLE_SAMPLESAVIATION_H
|
||||
#ifndef SWIFT_SAMPLE_SAMPLESAVIATION_H
|
||||
#define SWIFT_SAMPLE_SAMPLESAVIATION_H
|
||||
|
||||
class QTextStream;
|
||||
|
||||
namespace BlackSample
|
||||
namespace swift::sample
|
||||
{
|
||||
|
||||
//! Samples for aviation
|
||||
|
||||
@@ -23,7 +23,7 @@ using namespace swift::misc::aviation;
|
||||
using namespace swift::misc::physical_quantities;
|
||||
using namespace swift::misc::geo;
|
||||
|
||||
namespace BlackSample
|
||||
namespace swift::sample
|
||||
{
|
||||
int CSamplesGeo::samples(QTextStream &out)
|
||||
{
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
//! \file
|
||||
//! \ingroup samplemiscquantities
|
||||
|
||||
#ifndef BLACKSAMPLE_SAMPLESGEO_H
|
||||
#define BLACKSAMPLE_SAMPLESGEO_H
|
||||
#ifndef SWIFT_SAMPLE_SAMPLESGEO_H
|
||||
#define SWIFT_SAMPLE_SAMPLESGEO_H
|
||||
|
||||
class QTextStream;
|
||||
|
||||
namespace BlackSample
|
||||
namespace swift::sample
|
||||
{
|
||||
//! Samples for physical quantities
|
||||
class CSamplesGeo
|
||||
|
||||
@@ -26,7 +26,7 @@ using namespace swift::misc;
|
||||
using namespace swift::misc::aviation;
|
||||
using namespace swift::misc::physical_quantities;
|
||||
|
||||
namespace BlackSample
|
||||
namespace swift::sample
|
||||
{
|
||||
int CSamplesPhysicalQuantities::samples(QTextStream &out)
|
||||
{
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
//! \file
|
||||
//! \ingroup samplemiscquantities
|
||||
|
||||
#ifndef BLACKSAMPLE_SAMPLESPHYSICALQUANTITIES_H
|
||||
#define BLACKSAMPLE_SAMPLESPHYSICALQUANTITIES_H
|
||||
#ifndef SWIFT_SAMPLE_SAMPLESPHYSICALQUANTITIES_H
|
||||
#define SWIFT_SAMPLE_SAMPLESPHYSICALQUANTITIES_H
|
||||
|
||||
class QTextStream;
|
||||
|
||||
namespace BlackSample
|
||||
namespace swift::sample
|
||||
{
|
||||
|
||||
//! Samples for physical quantities
|
||||
|
||||
Reference in New Issue
Block a user