Added new column "Last Contact" to the FriendsDialog and MessengerWindow. Moved some more basic functions to FriendsList and optimized the exisiting code.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4669 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-11-12 01:26:26 +00:00
parent e315d4e48f
commit e181127a30
11 changed files with 793 additions and 597 deletions

View file

@ -115,8 +115,6 @@ private slots:
void newsFeedChanged(int count);
void peerSortColumnChanged(bool sortedByState);
signals:
void notifyGroupChat(const QString&,const QString&) ;
@ -127,7 +125,6 @@ private:
void colorChanged(const QColor &c);
void fontChanged(const QFont &font);
void displayMenu();
///play the sound when recv a message
void playsound();