feat: added information dialog and handle selection change
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user