1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Map: Add Spy Server and Kiwi SDR. Add weather and satellite overlays.

This commit is contained in:
srcejon
2024-02-27 15:40:06 +00:00
parent c9b7ffa3c2
commit e0839fce82
43 changed files with 3348 additions and 271 deletions
+5
View File
@@ -619,6 +619,11 @@ Q_INVOKABLE void ObjectMapModel::moveToBack(int oldRow)
}
}
Q_INVOKABLE void ObjectMapModel::link(const QString& url)
{
emit linkClicked(url);
}
QVariant ObjectMapModel::data(const QModelIndex &index, int role) const
{
int row = index.row();