mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 21:35:40 +08:00
style fixes: mostly just things that make my eyes bleed :)
This commit is contained in:
@@ -11,6 +11,7 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Geo
|
||||
{
|
||||
|
||||
/*!
|
||||
* \brief Earth centered, earth fixed position
|
||||
*/
|
||||
@@ -112,11 +113,11 @@ protected:
|
||||
arg(QString::number(this->z(), 'f', 6));
|
||||
return s;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Q_DECLARE_METATYPE(BlackMisc::Geo::CCoordinateEcef)
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user