mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 07:40:05 +00:00 
			
		
		
		
	Updated alert_manager.hpp to match last commit
This commit is contained in:
		
							parent
							
								
									91eb3d3b87
								
							
						
					
					
						commit
						1cdea4b137
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1,5 +1,7 @@ | ||||||
| #pragma once | #pragma once | ||||||
| 
 | 
 | ||||||
|  | #include <scwx/qt/config/radar_site.hpp> | ||||||
|  | 
 | ||||||
| #include <memory> | #include <memory> | ||||||
| 
 | 
 | ||||||
| #include <QObject> | #include <QObject> | ||||||
|  | @ -20,7 +22,7 @@ public: | ||||||
|    explicit AlertManager(); |    explicit AlertManager(); | ||||||
|    ~AlertManager(); |    ~AlertManager(); | ||||||
| 
 | 
 | ||||||
|    void AlertManager::SetRadarSite(const std::string& radarSite); |    void SetRadarSite(std::shared_ptr<config::RadarSite> radarSite); | ||||||
|    static std::shared_ptr<AlertManager> Instance(); |    static std::shared_ptr<AlertManager> Instance(); | ||||||
| 
 | 
 | ||||||
| private: | private: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak