mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Fix a typo in class name.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3558 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									83fd5e8aac
								
							
						
					
					
						commit
						1b4f7c8837
					
				@ -52,7 +52,7 @@ MainWindow::MainWindow(QSettings * settings, QSharedMemory *shdmem, QString *the
 | 
			
		||||
  m_modulator (TX_SAMPLE_RATE, NTMAX / 2),
 | 
			
		||||
  m_audioOutputDevice (QAudioDeviceInfo::defaultOutputDevice ()), // start with default
 | 
			
		||||
  m_soundOutput (&m_modulator),
 | 
			
		||||
  psk_Reporter (new PSKReporter (this))
 | 
			
		||||
  psk_Reporter (new PSK_Reporter (this))
 | 
			
		||||
{
 | 
			
		||||
  ui->setupUi(this);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user