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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user