mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Sat Tracker: fixed compiler warning
This commit is contained in:
parent
2e61dc1fbd
commit
7b5e033c04
@ -235,7 +235,7 @@ void SatelliteSelectionDialog::displaySatInfo(const QString& name)
|
||||
info.append(QString(" Inclination: %1%2").arg(Units::radiansToDegrees(ele.Inclination())).arg(QChar(0xb0)));
|
||||
info.append(QString(" Eccentricity: %1").arg(ele.Eccentricity()));
|
||||
}
|
||||
catch (TleException tlee)
|
||||
catch (TleException& tlee)
|
||||
{
|
||||
qDebug() << "SatelliteSelectionDialog::displaySatInfo: TleException " << tlee.what();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user