mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:00:05 +00:00 
			
		
		
		
	Allow product code to be retrieved from file instead of always being caller-supplied
This commit is contained in:
		
							parent
							
								
									e911882bb7
								
							
						
					
					
						commit
						0a890f5df8
					
				
					 5 changed files with 47 additions and 33 deletions
				
			
		|  | @ -148,12 +148,12 @@ MainWindow::MainWindow(QWidget* parent) : | |||
|    if (p->maps_.size() > 2 && p->maps_.at(2) != nullptr) | ||||
|    { | ||||
|       p->SelectRadarProduct( | ||||
|          p->maps_.at(2), common::RadarProductGroup::Level3, "N0B", 153); | ||||
|          p->maps_.at(2), common::RadarProductGroup::Level3, "N0B", 0); | ||||
|    } | ||||
|    if (p->maps_.size() > 3 && p->maps_.at(3) != nullptr) | ||||
|    { | ||||
|       p->SelectRadarProduct( | ||||
|          p->maps_.at(3), common::RadarProductGroup::Level3, "N0G", 154); | ||||
|          p->maps_.at(3), common::RadarProductGroup::Level3, "N0G", 0); | ||||
|    } | ||||
| 
 | ||||
|    connect(qApp, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat