mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-09 12:25:31 -04:00
[wdsprx] Fix path to help file
This commit is contained in:
parent
72683aea57
commit
6b2573d955
@ -513,7 +513,7 @@ WDSPRxGUI::WDSPRxGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandSam
|
|||||||
m_squelchDialog(nullptr)
|
m_squelchDialog(nullptr)
|
||||||
{
|
{
|
||||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||||
m_helpURL = "plugins/channelrx/demodssb/readme.md";
|
m_helpURL = "plugins/channelrx/wdsprx/readme.md";
|
||||||
RollupContents *rollupContents = getRollupContents();
|
RollupContents *rollupContents = getRollupContents();
|
||||||
ui->setupUi(rollupContents);
|
ui->setupUi(rollupContents);
|
||||||
setSizePolicy(rollupContents->sizePolicy());
|
setSizePolicy(rollupContents->sizePolicy());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user