mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Fixed up GUI side of retroshare messages.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@332 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8527a5e53f
commit
215e3386f2
9 changed files with 229 additions and 225 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include <QtGui>
|
||||
|
||||
#include "rshare.h"
|
||||
#include "PopupChatDialog.h"
|
||||
|
||||
#include <QTextCodec>
|
||||
|
@ -31,6 +30,7 @@
|
|||
#include <QTextList>
|
||||
|
||||
#include "rsiface/rspeers.h"
|
||||
#include "rsiface/rsmsgs.h"
|
||||
|
||||
|
||||
/* Define the format used for displaying the date and time */
|
||||
|
@ -300,7 +300,7 @@ void PopupChatDialog::sendChat()
|
|||
ci.rsid = dialogId;
|
||||
ci.name = dialogName;
|
||||
|
||||
rsicontrol -> ChatSend(ci);
|
||||
rsMsgs -> ChatSend(ci);
|
||||
lineWidget -> setText(QString(""));
|
||||
|
||||
/* redraw send list */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue