1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 09:25:07 -04:00

Add links to documentation

This commit is contained in:
Jon Beniston
2021-11-24 11:31:51 +00:00
parent 4b80fbf337
commit 03004e00f7
59 changed files with 116 additions and 9 deletions
@@ -1226,6 +1226,7 @@ VORLocalizerGUI::VORLocalizerGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISe
m_rrSecondsCount(0)
{
ui->setupUi(this);
m_helpURL = "plugins/feature/vorlocalizer/readme.md";
ui->map->rootContext()->setContextProperty("vorModel", &m_vorModel);
ui->map->setSource(QUrl(QStringLiteral("qrc:/demodvor/map/map.qml")));