Added receive time to ChatInfo - recompile of gui needed.

Use receive time for chat information to have the right order in the history (problem of time zones and wrong clocks).

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3593 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-10-03 10:08:58 +00:00
parent 7664a82fd6
commit cfa10c6f80
12 changed files with 42 additions and 30 deletions

View file

@ -173,7 +173,7 @@ signals:
private:
void processSettings(bool bLoad);
void addChatMsg(bool incoming, bool history, QString &name, QDateTime &sendTime, QString &message);
void addChatMsg(bool incoming, bool history, QString &name, QDateTime &recvTime, QString &message);
class QLabel *iconLabel, *textLabel;
class QWidget *widget;