mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:20:05 +00:00
Move to alert when pressing go button
- Still need an option to auto-update to nearest WSR-88D site
This commit is contained in:
parent
c117078335
commit
3692ef75f2
5 changed files with 23 additions and 2 deletions
|
|
@ -470,6 +470,13 @@ void MainWindowImpl::ConnectOtherSignals()
|
|||
alertDockWidget_,
|
||||
&ui::AlertDockWidget::HandleMapUpdate,
|
||||
Qt::QueuedConnection);
|
||||
connect(
|
||||
alertDockWidget_,
|
||||
&ui::AlertDockWidget::MoveMap,
|
||||
this,
|
||||
[=](double latitude, double longitude)
|
||||
{ activeMap_->SetMapLocation(latitude, longitude); },
|
||||
Qt::QueuedConnection);
|
||||
connect(mainWindow_,
|
||||
&MainWindow::ActiveMapMoved,
|
||||
radarSiteDialog_,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue