mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Update Star Tracker to work with latest MapItem API
This commit is contained in:
parent
04aed0b3b3
commit
85b8a6992f
@ -427,7 +427,6 @@ void StarTrackerWorker::sendToMap(QList<MessageQueue*> *mapMessageQueues, QStrin
|
||||
swgMapItem->setImage(new QString(image));
|
||||
swgMapItem->setImageRotation(rotation);
|
||||
swgMapItem->setText(new QString(text));
|
||||
swgMapItem->setImageMinZoom(3);
|
||||
|
||||
MainCore::MsgMapItem *msg = MainCore::MsgMapItem::create(m_starTracker, swgMapItem);
|
||||
(*it)->push(msg);
|
||||
|
Loading…
Reference in New Issue
Block a user