mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-12-03 17:43:52 -05:00
Merge pull request #2565 from srcejon/fix_2564
ADSB: Fix link to opensky-network.
This commit is contained in:
commit
b6c8940345
@ -5573,7 +5573,7 @@ void ADSBDemodGUI::adsbData_customContextMenuRequested(QPoint pos)
|
||||
|
||||
QAction* viewOpenSkyAction = new QAction("View aircraft on opensky-network.org...", tableContextMenu);
|
||||
connect(viewOpenSkyAction, &QAction::triggered, this, [icaoHex]()->void {
|
||||
QDesktopServices::openUrl(QUrl(QString("https://old.opensky-network.org/aircraft-profile?icao24=%1").arg(icaoHex)));
|
||||
QDesktopServices::openUrl(QUrl(QString("https://map.opensky-network.org/?icao=%1").arg(icaoHex)));
|
||||
});
|
||||
tableContextMenu->addAction(viewOpenSkyAction);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user