mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Formatting and typo fixes
This commit is contained in:
@@ -27,7 +27,7 @@ namespace BlackMisc
|
|||||||
//! Properties by index
|
//! Properties by index
|
||||||
enum ColumnIndex
|
enum ColumnIndex
|
||||||
{
|
{
|
||||||
IndexOrder = BlackMisc::CPropertyIndex::GlobalIndexIOrderable,
|
IndexOrder = CPropertyIndex::GlobalIndexIOrderable,
|
||||||
IndexOrderString
|
IndexOrderString
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -95,11 +95,11 @@ namespace BlackMisc
|
|||||||
//! Insert as first element by keeping maxElements and the latest first
|
//! Insert as first element by keeping maxElements and the latest first
|
||||||
void push_frontKeepLatestFirst(const OBJ &value, int maxElements = -1);
|
void push_frontKeepLatestFirst(const OBJ &value, int maxElements = -1);
|
||||||
|
|
||||||
//! Is completelty sorted: latest last
|
//! Is completely sorted: latest last
|
||||||
//! \remark all object must have a valid timestamp
|
//! \remark all object must have a valid timestamp
|
||||||
bool isSortedLatestLast() const;
|
bool isSortedLatestLast() const;
|
||||||
|
|
||||||
//! Is completelty sorted: latest last
|
//! Is completely sorted: latest last
|
||||||
//! \remark all object must have a valid timestamp
|
//! \remark all object must have a valid timestamp
|
||||||
bool isSortedLatestFirst() const;
|
bool isSortedLatestFirst() const;
|
||||||
|
|
||||||
@@ -128,11 +128,11 @@ namespace BlackMisc
|
|||||||
//! Insert as first element by keeping maxElements and the latest first
|
//! Insert as first element by keeping maxElements and the latest first
|
||||||
void push_frontKeepLatestAdjustedFirst(const OBJ &value, int maxElements = -1);
|
void push_frontKeepLatestAdjustedFirst(const OBJ &value, int maxElements = -1);
|
||||||
|
|
||||||
//! Is completelty sorted: latest last
|
//! Is completely sorted: latest last
|
||||||
//! \remark all object must have a valid timestamp
|
//! \remark all object must have a valid timestamp
|
||||||
bool isSortedAdjustedLatestLast() const;
|
bool isSortedAdjustedLatestLast() const;
|
||||||
|
|
||||||
//! Is completelty sorted: latest last
|
//! Is completely sorted: latest last
|
||||||
//! \remark all object must have a valid timestamp
|
//! \remark all object must have a valid timestamp
|
||||||
bool isSortedAdjustedLatestFirst() const;
|
bool isSortedAdjustedLatestFirst() const;
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ using namespace BlackMisc::Aviation;
|
|||||||
|
|
||||||
namespace BlackMiscTest
|
namespace BlackMiscTest
|
||||||
{
|
{
|
||||||
|
|
||||||
void CTestContainers::collectionBasics()
|
void CTestContainers::collectionBasics()
|
||||||
{
|
{
|
||||||
CCollection<int> c1;
|
CCollection<int> c1;
|
||||||
@@ -267,7 +266,6 @@ namespace BlackMiscTest
|
|||||||
QVERIFY2(situations.front().getMSecsSinceEpoch() == cTs, "Wrong front element");
|
QVERIFY2(situations.front().getMSecsSinceEpoch() == cTs, "Wrong front element");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} //namespace
|
} //namespace
|
||||||
|
|||||||
@@ -26,7 +26,6 @@
|
|||||||
namespace BlackMisc { namespace Aviation { class CCallsign; } }
|
namespace BlackMisc { namespace Aviation { class CCallsign; } }
|
||||||
namespace BlackMiscTest
|
namespace BlackMiscTest
|
||||||
{
|
{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Interpolator classes basic tests
|
* Interpolator classes basic tests
|
||||||
*/
|
*/
|
||||||
@@ -48,9 +47,7 @@ namespace BlackMiscTest
|
|||||||
|
|
||||||
//! Test parts
|
//! Test parts
|
||||||
static BlackMisc::Aviation::CAircraftParts getTestParts(int number, qint64 ts, qint64 deltaT);
|
static BlackMisc::Aviation::CAircraftParts getTestParts(int number, qint64 ts, qint64 deltaT);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
//! \endcond
|
//! \endcond
|
||||||
|
|||||||
Reference in New Issue
Block a user