mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T673, hide values marked as incognito column
This commit is contained in:
committed by
Mat Sutcliffe
parent
235508ec98
commit
538ea297e4
@@ -458,5 +458,12 @@ namespace BlackGui
|
||||
return empty;
|
||||
}
|
||||
|
||||
CVariant CIncognitoFormatter::displayRole(const CVariant &dataCVariant) const
|
||||
{
|
||||
Q_UNUSED(dataCVariant);
|
||||
static const CVariant masked("******");
|
||||
return masked;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user