mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Explicit template instantiations for mixins for value classes
To reduce compile time.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "blackmisc/verify.h"
|
||||
#include "blackmisc/stringutils.h"
|
||||
#include "blackconfig/buildconfig.h"
|
||||
#include "blackmisc/propertyindexvariantmap.h" // needed for Mixin::Index::apply
|
||||
|
||||
#include "QStringBuilder"
|
||||
#include <QtGlobal>
|
||||
@@ -25,6 +26,8 @@ using namespace BlackMisc::Geo;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackConfig;
|
||||
|
||||
BLACK_DEFINE_VALUEOBJECT_MIXINS(BlackMisc::Aviation, CAircraftSituation)
|
||||
|
||||
namespace BlackMisc::Aviation
|
||||
{
|
||||
const CLength &CAircraftSituation::allowedAltitudeDeviation()
|
||||
|
||||
Reference in New Issue
Block a user