mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T77, prefix for getDbKeyAsStringInParentheses
This commit is contained in:
@@ -145,7 +145,7 @@ namespace BlackMisc
|
||||
if (this->hasValidDbKey())
|
||||
{
|
||||
return this->hasModelString() ?
|
||||
QString(this->getModelString()).append(" ").append(this->getDbKeyAsStringInParentheses()) :
|
||||
QString(this->getModelString() + this->getDbKeyAsStringInParentheses(" ")) :
|
||||
this->getDbKeyAsString();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user