MCPcopy Create free account
hub / github.com/alex-spataru/QSimpleUpdater / resetFields

Method resetFields

tutorial/src/Window.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61//==============================================================================
62
63void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected