kopia lustrzana https://github.com/f4exb/sdrangel
[wdsprx] Fix path to help file
rodzic
72683aea57
commit
6b2573d955
|
@ -513,7 +513,7 @@ WDSPRxGUI::WDSPRxGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandSam
|
|||
m_squelchDialog(nullptr)
|
||||
{
|
||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
m_helpURL = "plugins/channelrx/demodssb/readme.md";
|
||||
m_helpURL = "plugins/channelrx/wdsprx/readme.md";
|
||||
RollupContents *rollupContents = getRollupContents();
|
||||
ui->setupUi(rollupContents);
|
||||
setSizePolicy(rollupContents->sizePolicy());
|
||||
|
|
Ładowanie…
Reference in New Issue