mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
Issue #77 toIcon returns a simple enum instead of a full object
This commit is contained in:
@@ -122,9 +122,9 @@ namespace BlackMisc
|
||||
return this->hasBulkRole() || this->hasBulkAddRole();
|
||||
}
|
||||
|
||||
CIcon CAuthenticatedUser::toIcon() const
|
||||
CIcons::IconIndex CAuthenticatedUser::toIcon() const
|
||||
{
|
||||
return CIcon::iconByIndex(CIcons::StandardIconUser16);
|
||||
return CIcons::StandardIconUser16;
|
||||
}
|
||||
|
||||
CVariant CAuthenticatedUser::propertyByIndex(const BlackMisc::CPropertyIndex &index) const
|
||||
|
||||
Reference in New Issue
Block a user