mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04: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("  Inclination: %1%2").arg(Units::radiansToDegrees(ele.Inclination())).arg(QChar(0xb0))); | ||||||
|             info.append(QString("  Eccentricity: %1").arg(ele.Eccentricity())); |             info.append(QString("  Eccentricity: %1").arg(ele.Eccentricity())); | ||||||
|         } |         } | ||||||
|         catch (TleException tlee) |         catch (TleException& tlee) | ||||||
|         { |         { | ||||||
|             qDebug() << "SatelliteSelectionDialog::displaySatInfo: TleException " << tlee.what(); |             qDebug() << "SatelliteSelectionDialog::displaySatInfo: TleException " << tlee.what(); | ||||||
|         } |         } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user