mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 18:55:36 +08:00
@@ -14,7 +14,7 @@
|
||||
#include <QTextStream>
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMiscTest;
|
||||
using namespace BlackSample;
|
||||
|
||||
//! Samples
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
@@ -26,7 +26,7 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Geo;
|
||||
using namespace BlackMisc::Network;
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
int CSamplesAviation::samples(QTextStream &out)
|
||||
{
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESAVIATION_H
|
||||
#define BLACKMISCTEST_SAMPLESAVIATION_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESAVIATION_H
|
||||
#define BLACKSAMPLE_SAMPLESAVIATION_H
|
||||
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
//! Samples for aviation
|
||||
|
||||
@@ -17,7 +17,7 @@ using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Geo;
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
int CSamplesGeo::samples(QTextStream &out)
|
||||
{
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESGEO_H
|
||||
#define BLACKMISCTEST_SAMPLESGEO_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESGEO_H
|
||||
#define BLACKSAMPLE_SAMPLESGEO_H
|
||||
|
||||
#include "blackmisc/pq/constants.h"
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
//! Samples for physical quantities
|
||||
class CSamplesGeo
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
int CSamplesPhysicalQuantities::samples(QTextStream &out)
|
||||
{
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESPHYSICALQUANTITIES_H
|
||||
#define BLACKMISCTEST_SAMPLESPHYSICALQUANTITIES_H
|
||||
#ifndef BLACKSAMPLE_SAMPLESPHYSICALQUANTITIES_H
|
||||
#define BLACKSAMPLE_SAMPLESPHYSICALQUANTITIES_H
|
||||
|
||||
#include "blackmisc/pq/constants.h"
|
||||
#include <QTextStream>
|
||||
|
||||
namespace BlackMiscTest
|
||||
namespace BlackSample
|
||||
{
|
||||
|
||||
//! Samples for physical quantities
|
||||
|
||||
Reference in New Issue
Block a user