mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	Update to work with latest version of libsgp4
This commit is contained in:
		
							parent
							
								
									a9ffe43f01
								
							
						
					
					
						commit
						33329872af
					
				| @ -37,6 +37,8 @@ | |||||||
| 
 | 
 | ||||||
| class APTDemod; | class APTDemod; | ||||||
| 
 | 
 | ||||||
|  | using namespace libsgp4; | ||||||
|  | 
 | ||||||
| class APTDemodImageWorker : public QObject | class APTDemodImageWorker : public QObject | ||||||
| { | { | ||||||
|     Q_OBJECT |     Q_OBJECT | ||||||
|  | |||||||
| @ -26,6 +26,8 @@ | |||||||
| #include "satelliteselectiondialog.h" | #include "satelliteselectiondialog.h" | ||||||
| #include "util/units.h" | #include "util/units.h" | ||||||
| 
 | 
 | ||||||
|  | using namespace libsgp4; | ||||||
|  | 
 | ||||||
| SatelliteSelectionDialog::SatelliteSelectionDialog(SatelliteTrackerSettings *settings, | SatelliteSelectionDialog::SatelliteSelectionDialog(SatelliteTrackerSettings *settings, | ||||||
|         const QHash<QString, SatNogsSatellite *>& satellites, |         const QHash<QString, SatNogsSatellite *>& satellites, | ||||||
|         QWidget* parent) : |         QWidget* parent) : | ||||||
|  | |||||||
| @ -29,6 +29,8 @@ | |||||||
| 
 | 
 | ||||||
| #include "satellitetrackersgp4.h" | #include "satellitetrackersgp4.h" | ||||||
| 
 | 
 | ||||||
|  | using namespace libsgp4; | ||||||
|  | 
 | ||||||
| // Convert QGP4 DateTime to Qt QDataTime
 | // Convert QGP4 DateTime to Qt QDataTime
 | ||||||
| static QDateTime dateTimeToQDateTime(DateTime dt) | static QDateTime dateTimeToQDateTime(DateTime dt) | ||||||
| { | { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user