diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-12 23:21:42 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-12 23:21:42 -0700 |
commit | aa191cb98a80cd637b623f1dfb765374bf98dfa6 (patch) | |
tree | 689e5282dd9fddfa5acce80ce0da1111ba467ecb /indra/newview/llconversationloglistitem.h | |
parent | 5cad4b5768cccc8301da5e15dd09a0a4e68d4112 (diff) | |
parent | 51725b3898df96aa5819d86d1e8e7c71b47304f2 (diff) |
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/llconversationloglistitem.h')
-rw-r--r-- | indra/newview/llconversationloglistitem.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/newview/llconversationloglistitem.h b/indra/newview/llconversationloglistitem.h index 2aaafa0fba..1bf7a0ed93 100644 --- a/indra/newview/llconversationloglistitem.h +++ b/indra/newview/llconversationloglistitem.h @@ -64,10 +64,16 @@ public: void onDoubleClick(); - void initIcons(); + /** + * updates string value of last interaction time from conversation + */ + void updateTimestamp(); + void updateName(); private: + void initIcons(); + const LLConversation* mConversation; LLTextBox* mConversationName; |