mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T77, prefix for getDbKeyAsStringInParentheses
This commit is contained in:
@@ -53,7 +53,7 @@ namespace BlackMisc
|
||||
QString s = this->m_realname;
|
||||
if (this->hasValidDbKey())
|
||||
{
|
||||
s.append(" ").append(this->getDbKeyAsStringInParentheses());
|
||||
s.append(this->getDbKeyAsStringInParentheses(" "));
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace BlackMisc
|
||||
Q_UNUSED(i18n);
|
||||
return "Role: " + m_name +
|
||||
" description: " + m_description +
|
||||
" " + this->getDbKeyAsStringInParentheses();
|
||||
this->getDbKeyAsStringInParentheses(" ");
|
||||
}
|
||||
|
||||
CVariant CRole::propertyByIndex(const CPropertyIndex &index) const
|
||||
|
||||
Reference in New Issue
Block a user