Synchronize radar sweep updates to timeline manager

This commit is contained in:
Dan Paulat 2023-06-08 23:07:52 -05:00
parent 6b179fe35c
commit 27958415c5
5 changed files with 179 additions and 15 deletions

View file

@ -145,6 +145,7 @@ signals:
void RadarSiteUpdated(std::shared_ptr<config::RadarSite> radarSite);
void RadarSweepUpdated();
void RadarSweepNotUpdated(types::NoUpdateReason reason);
void WidgetPainted();
};
} // namespace map