mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-08-10 01:32:26 -04:00
Fix for Qt5
This commit is contained in:
parent
64d75baadf
commit
78e7fdc473
@ -558,8 +558,11 @@ HeatMapGUI::HeatMapGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandS
|
|||||||
m_heatMap = reinterpret_cast<HeatMap*>(rxChannel);
|
m_heatMap = reinterpret_cast<HeatMap*>(rxChannel);
|
||||||
m_heatMap->setMessageQueueToGUI(getInputMessageQueue());
|
m_heatMap->setMessageQueueToGUI(getInputMessageQueue());
|
||||||
|
|
||||||
|
|
||||||
|
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||||
// Disable 256MB limit on image size
|
// Disable 256MB limit on image size
|
||||||
QImageReader::setAllocationLimit(0);
|
QImageReader::setAllocationLimit(0);
|
||||||
|
#endif
|
||||||
|
|
||||||
connect(&MainCore::instance()->getMasterTimer(), SIGNAL(timeout()), this, SLOT(tick())); // 50 ms
|
connect(&MainCore::instance()->getMasterTimer(), SIGNAL(timeout()), this, SLOT(tick())); // 50 ms
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user