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