diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-28 17:30:18 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-28 17:30:18 -0700 |
commit | 7fc33cc47fdc080bbc7674cf118011b689ba1485 (patch) | |
tree | 5c5a74d7cfd06c23ee97ede9ad65011701624746 /indra/newview/llconversationmodel.h | |
parent | 166ff2b1b8dc21ad1a88c715a480ce1d2c5c2e07 (diff) |
CHUI-367 : Completed : Show user name tooltip in all situations so to avoid the conversation name showing up
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rwxr-xr-x | indra/newview/llconversationmodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index 82d4f0a710..30f94d51ae 100755 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -123,11 +123,9 @@ public: void resetRefresh() { mNeedsRefresh = false; } bool needsRefresh() { return mNeedsRefresh; } - bool const useNameForSort() const { return mUseNameForSort; } protected: std::string mName; // Name of the session or the participant - bool mUseNameForSort; LLUUID mUUID; // UUID of the session or the participant EConversationType mConvType; // Type of conversation item bool mNeedsRefresh; // Flag signaling to the view that something changed for this item |