| 61 | //============================================================================== |
| 62 | |
| 63 | void Window::resetFields() { |
| 64 | m_ui->installedVersion->setText ("0.1"); |
| 65 | m_ui->enableDownloader->setChecked (true); |
| 66 | m_ui->showAllNotifcations->setChecked (false); |
| 67 | m_ui->showUpdateNotifications->setChecked (true); |
| 68 | } |
| 69 | |
| 70 | //============================================================================== |
| 71 | // Window::checkForUpdates |
nothing calls this directly
no outgoing calls
no test coverage detected