MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / showUpdateAvailable

Method showUpdateAvailable

UpdateStatusWidget.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void UpdateStatusWidget::showUpdateAvailable(const QString &version)
45{
46 m_versionLabel->setText(tr("New version: v%1").arg(version));
47 m_versionLabel->setVisible(true);
48 m_updateButton->setVisible(true);
49 m_updateButton->setToolTip(tr("Check update information"));
50}
51
52void UpdateStatusWidget::hideUpdateInfo()
53{

Callers 1

handleUpdateCheckResultFunction · 0.80

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected