mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:20:04 +00:00 
			
		
		
		
	emit keyword is incompatible with oneTBB
This commit is contained in:
		
							parent
							
								
									b9f55fbb4d
								
							
						
					
					
						commit
						ea6134acea
					
				
					 24 changed files with 81 additions and 72 deletions
				
			
		|  | @ -391,7 +391,7 @@ void Level2ProductView::UpdateColorTable() | |||
|    p->savedOffset_     = offset; | ||||
|    p->savedScale_      = scale; | ||||
| 
 | ||||
|    emit ColorTableUpdated(); | ||||
|    Q_EMIT ColorTableUpdated(); | ||||
| } | ||||
| 
 | ||||
| void Level2ProductView::ComputeSweep() | ||||
|  | @ -689,7 +689,7 @@ void Level2ProductView::ComputeSweep() | |||
| 
 | ||||
|    UpdateColorTable(); | ||||
| 
 | ||||
|    emit SweepComputed(); | ||||
|    Q_EMIT SweepComputed(); | ||||
| } | ||||
| 
 | ||||
| void Level2ProductViewImpl::ComputeCoordinates( | ||||
|  |  | |||
|  | @ -305,7 +305,7 @@ void Level3ProductView::UpdateColorTable() | |||
|    p->savedOffset_     = offset; | ||||
|    p->savedScale_      = scale; | ||||
| 
 | ||||
|    emit ColorTableUpdated(); | ||||
|    Q_EMIT ColorTableUpdated(); | ||||
| } | ||||
| 
 | ||||
| } // namespace view
 | ||||
|  |  | |||
|  | @ -406,7 +406,7 @@ void Level3RadialView::ComputeSweep() | |||
| 
 | ||||
|    UpdateColorTable(); | ||||
| 
 | ||||
|    emit SweepComputed(); | ||||
|    Q_EMIT SweepComputed(); | ||||
| } | ||||
| 
 | ||||
| void Level3RadialViewImpl::ComputeCoordinates( | ||||
|  |  | |||
|  | @ -335,7 +335,7 @@ void Level3RasterView::ComputeSweep() | |||
| 
 | ||||
|    UpdateColorTable(); | ||||
| 
 | ||||
|    emit SweepComputed(); | ||||
|    Q_EMIT SweepComputed(); | ||||
| } | ||||
| 
 | ||||
| std::shared_ptr<Level3RasterView> Level3RasterView::Create( | ||||
|  |  | |||
|  | @ -155,7 +155,7 @@ void RadarProductView::ComputeSweep() | |||
| { | ||||
|    logger_->debug("ComputeSweep()"); | ||||
| 
 | ||||
|    emit SweepComputed(); | ||||
|    Q_EMIT SweepComputed(); | ||||
| } | ||||
| 
 | ||||
| } // namespace view
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat