mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 04:40:05 +00:00
parent
31edd9e8e5
commit
41d47878e3
3 changed files with 8 additions and 6 deletions
|
|
@ -168,7 +168,8 @@ signals:
|
|||
*/
|
||||
void MouseCoordinateChanged(common::Coordinate coordinate);
|
||||
|
||||
void RadarSiteRequested(const std::string& id);
|
||||
void RadarSiteRequested(const std::string& id,
|
||||
bool updateCoordinates = true);
|
||||
void RadarSiteUpdated(std::shared_ptr<config::RadarSite> radarSite);
|
||||
void RadarSweepUpdated();
|
||||
void RadarSweepNotUpdated(types::NoUpdateReason reason);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue