| 233 | } |
| 234 | |
| 235 | void 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 | |
| 245 | void PageContainer::currentChanged(const QModelIndex& current) |
| 246 | { |