mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
Redesigned history browser of group chat.
New chat style for history browser. There's more to come. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3443 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b067ab5560
commit
1f8017d06a
9 changed files with 337 additions and 102 deletions
|
@ -1756,6 +1756,6 @@ void PeersDialog::statusColumn()
|
|||
|
||||
void PeersDialog::on_actionMessageHistory_triggered()
|
||||
{
|
||||
ImHistoryBrowser imBrowser(historyKeeper, this);
|
||||
ImHistoryBrowser imBrowser(false, historyKeeper, this);
|
||||
imBrowser.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue