| 50 | } |
| 51 | |
| 52 | void UpdateStatusWidget::hideUpdateInfo() |
| 53 | { |
| 54 | m_versionLabel->setVisible(false); |
| 55 | m_updateButton->setVisible(false); |
| 56 | } |
| 57 | |
| 58 | void UpdateStatusWidget::setChatButtonAction(QAction *action) |
| 59 | { |
nothing calls this directly
no outgoing calls
no test coverage detected