| 106 | //============================================================================== |
| 107 | |
| 108 | void Window::updateChangelog(const QString &url) |
| 109 | { |
| 110 | if (url == DEFS_URL) |
| 111 | m_ui->changelogText->setText(m_updater->getChangelog(url)); |
| 112 | } |
| 113 | |
| 114 | //============================================================================== |
| 115 | // Window::displayAppcast |
nothing calls this directly
no test coverage detected