mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Update plugins to compile with Qt5 and Qt6
This commit is contained in:
@@ -168,7 +168,7 @@ bool StarTrackerGUI::handleMessage(const Message& message)
|
||||
bool found = false;
|
||||
for (int i = 0; i < m_lineOfSightMarkers.size(); i++)
|
||||
{
|
||||
if (m_lineOfSightMarkers[i]->m_name == swgSettings->getName())
|
||||
if (m_lineOfSightMarkers[i]->m_name == *swgSettings->getName())
|
||||
{
|
||||
if (swgSettings->getD() == 0.0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user