[LLNameUI] Handle LFIDBearer::Type instead of jusst group or not
Removes "is_group" and switches it out for "type" setValue no longer takes "group", instead it takes "type" Constructors and setNameID now take Type instead of a boolean setIsGroup is now setType
This commit is contained in:
@@ -44,7 +44,7 @@ class LLNameEditor final
|
||||
public:
|
||||
LLNameEditor(const std::string& name, const LLRect& rect,
|
||||
const LLUUID& name_id = LLUUID::null,
|
||||
bool is_group = false,
|
||||
const Type& type = AVATAR,
|
||||
const std::string& loading = LLStringUtil::null,
|
||||
bool rlv_sensitive = false,
|
||||
const std::string& name_system = LLStringUtil::null,
|
||||
|
||||
Reference in New Issue
Block a user