feat: added information dialog and handle selection change

This commit is contained in:
2026-01-17 14:57:03 +03:00
parent f6ec31183a
commit 89bd070613
4 changed files with 80 additions and 4 deletions

View File

@@ -72,10 +72,10 @@ QVariant LicenseModel::headerData(int section, Qt::Orientation orientation, int
LicenseModel::Status LicenseModel::getStatus()
{
return Status::Ok;
}
QString LicenseModel::getStatusText()
{
return m_errors.join('n');
}