added history support in group chat; almost stable;

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
beardog_uk 2009-03-12 14:14:55 +00:00
parent 05659d6b7c
commit 8a08033728
2 changed files with 28 additions and 8 deletions

View file

@ -29,6 +29,8 @@
#include "mainpage.h"
#include "ui_PeersDialog.h"
#include "im_history/IMHistoryKeeper.h"
class QFont;
class QAction;
class QTextEdit;
@ -122,6 +124,8 @@ private:
QAction* removefriendAct;
QTreeWidget *peertreeWidget;
IMHistoryKeeper historyKeeper;
QColor _currentColor;
bool _underline;