mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
						commit
						3bfca073fd
					
				
							
								
								
									
										2
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							| @ -7,5 +7,5 @@ License: GPL-3.0 | |||||||
| Copyright: 2013 Dimitri Stolnikov | Copyright: 2013 Dimitri Stolnikov | ||||||
| License: GPL-3.0 | License: GPL-3.0 | ||||||
| 
 | 
 | ||||||
| Copyright: 2015-2019 Edouard Griffiths F4EXB | Copyright: 2015-2022 Edouard Griffiths F4EXB | ||||||
| License: GPL-3.0 | License: GPL-3.0 | ||||||
|  | |||||||
| @ -8,7 +8,7 @@ AboutDialog::AboutDialog(const QString& apiHost, int apiPort, const MainSettings | |||||||
| 	ui(new Ui::AboutDialog) | 	ui(new Ui::AboutDialog) | ||||||
| { | { | ||||||
| 	ui->setupUi(this); | 	ui->setupUi(this); | ||||||
| 	ui->version->setText(QString("Version %1 - Copyright (C) 2015-2019 Edouard Griffiths, F4EXB.").arg(qApp->applicationVersion())); | 	ui->version->setText(QString("Version %1 - Copyright (C) 2015-2022 Edouard Griffiths, F4EXB.").arg(qApp->applicationVersion())); | ||||||
| 	ui->build->setText(QString("Build info: Qt %1 %2 bits").arg(QT_VERSION_STR).arg(QT_POINTER_SIZE*8)); | 	ui->build->setText(QString("Build info: Qt %1 %2 bits").arg(QT_VERSION_STR).arg(QT_POINTER_SIZE*8)); | ||||||
| 	ui->dspBits->setText(QString("DSP Rx %1 bits Tx %2 bits").arg(SDR_RX_SAMP_SZ).arg(SDR_TX_SAMP_SZ)); | 	ui->dspBits->setText(QString("DSP Rx %1 bits Tx %2 bits").arg(SDR_RX_SAMP_SZ).arg(SDR_TX_SAMP_SZ)); | ||||||
| 	ui->pid->setText(QString("PID: %1").arg(qApp->applicationPid())); | 	ui->pid->setText(QString("PID: %1").arg(qApp->applicationPid())); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user