mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	Fix thread parent warning.
This commit is contained in:
		
							parent
							
								
									9078ea21d4
								
							
						
					
					
						commit
						fd623ea5d6
					
				@ -123,7 +123,7 @@ void BFMDemod::start()
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    qDebug() << "BFMDemod::start";
 | 
			
		||||
    m_thread = new QThread(this);
 | 
			
		||||
    m_thread = new QThread();
 | 
			
		||||
    m_basebandSink = new BFMDemodBaseband();
 | 
			
		||||
    m_basebandSink->setSpectrumSink(&m_spectrumVis);
 | 
			
		||||
    m_basebandSink->setChannel(this);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user