mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:00: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
|
||||
|
||||
#include <scwx/qt/config/radar_site.hpp>
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QObject>
|
||||
|
|
@ -20,7 +22,7 @@ public:
|
|||
explicit AlertManager();
|
||||
~AlertManager();
|
||||
|
||||
void AlertManager::SetRadarSite(const std::string& radarSite);
|
||||
void SetRadarSite(std::shared_ptr<config::RadarSite> radarSite);
|
||||
static std::shared_ptr<AlertManager> Instance();
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue