mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 05:22:25 -04:00
Map: Remove unneeded code
This commit is contained in:
parent
080a3f5ae3
commit
4010ca6f75
@ -4397,7 +4397,7 @@ void ADSBDemodGUI::showEvent(QShowEvent *event)
|
|||||||
{
|
{
|
||||||
// Workaround for https://bugreports.qt.io/browse/QTBUG-100333
|
// Workaround for https://bugreports.qt.io/browse/QTBUG-100333
|
||||||
// MapQuickItems can be in wrong position when window is first displayed
|
// MapQuickItems can be in wrong position when window is first displayed
|
||||||
m_redrawMapTimer.start(500);
|
m_redrawMapTimer.start(500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -285,7 +285,6 @@ MapGUI::~MapGUI()
|
|||||||
delete m_webServer;
|
delete m_webServer;
|
||||||
}
|
}
|
||||||
delete ui;
|
delete ui;
|
||||||
ui = nullptr;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update a map item or image
|
// Update a map item or image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user