MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / help

Method help

launcher/ui/widgets/PageContainer.cpp:235–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void PageContainer::help()
236{
237 if (m_currentPage) {
238 QString pageId = m_currentPage->helpPage();
239 if (pageId.isEmpty())
240 return;
241 DesktopServices::openUrl(QUrl(BuildConfig.HELP_URL.arg(pageId)));
242 }
243}
244
245void PageContainer::currentChanged(const QModelIndex& current)
246{

Callers

nothing calls this directly

Calls 4

openUrlFunction · 0.85
QUrlClass · 0.85
helpPageMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected