refactor: Rename remaining "black" identifiers

This commit is contained in:
Lars Toenning
2024-11-10 21:50:35 +01:00
parent 6d1812b164
commit cc1e41fc59
579 changed files with 1758 additions and 1869 deletions

View File

@@ -17,7 +17,7 @@
#include <QtGlobal>
using namespace swift::misc;
using namespace BlackSample;
using namespace swift::sample;
using namespace swift::core;
//! main

View File

@@ -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

View File

@@ -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)
{

View File

@@ -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

View File

@@ -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)
{

View File

@@ -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

View File

@@ -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)
{

View File

@@ -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