GH-729 use mod mmc_id as name when name is empty
This commit is contained in:
@ -57,6 +57,10 @@ public:
|
||||
}
|
||||
QString name() const
|
||||
{
|
||||
if(m_name.trimmed().isEmpty())
|
||||
{
|
||||
return m_mmc_id;
|
||||
}
|
||||
return m_name;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user