mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T259, Ref T243 removed interpolation hints
* no longer needed with providers in that form * pure refactoring commit, just guarantees compilation * already minor adjustments to use providers
This commit is contained in:
@@ -407,7 +407,7 @@ namespace BlackMisc
|
||||
}
|
||||
|
||||
QString SituationLog::toQString(
|
||||
bool withHints, bool withSetup,
|
||||
bool withSetup,
|
||||
bool withCurrentSituation,
|
||||
bool withElevation, bool withOtherPositions, bool withDeltaTimes, const QString &separator) const
|
||||
{
|
||||
@@ -419,11 +419,6 @@ namespace BlackMisc
|
||||
QStringLiteral(" | type: ") % this->interpolationType() %
|
||||
QStringLiteral(" | gnd.fa.: ") % QString::number(groundFactor) %
|
||||
QStringLiteral(" | #nw.sit.: ") % QString::number(noNetworkSituations) %
|
||||
(
|
||||
withHints ?
|
||||
separator % QStringLiteral("hints: ") % usedHints.asString(false, true) :
|
||||
QStringLiteral("")
|
||||
) %
|
||||
(
|
||||
withSetup ?
|
||||
separator % QStringLiteral("setup: ") % usedSetup.toQString(true) :
|
||||
|
||||
Reference in New Issue
Block a user