This commit is contained in:
Roland Winklmeier
2016-05-18 16:32:04 +02:00
parent 18aeb9a034
commit d0313c7524
47 changed files with 51 additions and 211 deletions

View File

@@ -14,6 +14,7 @@
#include "blackmisc/blackmiscexport.h"
#include "blackmisc/aviation/modulator.h"
#include <stdexcept>
namespace BlackMisc

View File

@@ -12,7 +12,7 @@
#ifndef BLACKMISC_AVIATION_AIRCRAFTPARTSLIST_H
#define BLACKMISC_AVIATION_AIRCRAFTPARTSLIST_H
#include "aircraftparts.h"
#include "blackmisc/aviation/aircraftparts.h"
#include "blackmisc/blackmiscexport.h"
#include "blackmisc/collection.h"
#include "blackmisc/sequence.h"

View File

@@ -25,14 +25,8 @@ class QStringList;
namespace BlackMisc
{
namespace PhysicalQuantities
{
class CFrequency;
}
}
namespace PhysicalQuantities { class CFrequency; }
namespace BlackMisc
{
namespace Aviation
{
/*!