diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-07-16 17:51:06 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-07-16 17:51:06 +0300 |
commit | 2c93c14c9d6cf6940169d33b806dede90e60033f (patch) | |
tree | ee41a07b8eac064821e0f2607d5edc80d7007227 /indra/newview/llfloaterimsessiontab.h | |
parent | 6fdc9da2d3105723a7a3bd3bbc468a5d3c38dcb0 (diff) |
SL-13609 Better indicate which conversation is active in Conversations floater
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index 1b4922fd73..169eb1cf7f 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -103,6 +103,8 @@ public: void restoreFloater(); void saveCollapsedState(); + void updateChatIcon(const LLUUID& id); + LLView* getChatHistory(); protected: |