mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-01 02:29:13 -04:00
refactor: Move to agent architecture
This commit is contained in:
@@ -49,12 +49,6 @@ void UpdateStatusWidget::showUpdateAvailable(const QString &version)
|
||||
m_updateButton->setToolTip(tr("Check update information"));
|
||||
}
|
||||
|
||||
void UpdateStatusWidget::hideUpdateInfo()
|
||||
{
|
||||
m_versionLabel->setVisible(false);
|
||||
m_updateButton->setVisible(false);
|
||||
}
|
||||
|
||||
void UpdateStatusWidget::setChatButtonAction(QAction *action)
|
||||
{
|
||||
m_chatButton->setDefaultAction(action);
|
||||
|
||||
Reference in New Issue
Block a user