mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Remove a station from the In Progress window after the QSO has been logged.
This commit is contained in:
		
							parent
							
								
									a36a99997b
								
							
						
					
					
						commit
						d3bcc2c6b4
					
				@ -9593,6 +9593,7 @@ list2Done:
 | 
				
			|||||||
          on_logQSOButton_clicked ();
 | 
					          on_logQSOButton_clicked ();
 | 
				
			||||||
          m_foxRateQueue.enqueue (now); //Add present time in seconds
 | 
					          m_foxRateQueue.enqueue (now); //Add present time in seconds
 | 
				
			||||||
                                        //to Rate queue.
 | 
					                                        //to Rate queue.
 | 
				
			||||||
 | 
					          QTimer::singleShot (1000, [=] {m_foxQSOinProgress.removeOne(hc1);}); //Remove from In Progress window
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      m_loggedByFox[hc1] += (m_lastBand + " ");
 | 
					      m_loggedByFox[hc1] += (m_lastBand + " ");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user