mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
fixed naming and completion in recipient addresses in MessageComposer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8090 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8a15755ac0
commit
ceac258552
2 changed files with 57 additions and 36 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <QMainWindow>
|
||||
#include <retroshare/rstypes.h>
|
||||
#include <retroshare/rsmsgs.h>
|
||||
#include <retroshare/rspeers.h>
|
||||
#include "ui_MessageComposer.h"
|
||||
|
||||
#include "gui/msgs/MessageInterface.h"
|
||||
|
@ -165,7 +166,9 @@ private:
|
|||
|
||||
void processSettings(bool bLoad);
|
||||
|
||||
QString getGxsRecipientName(const RsGxsId& id,const RsIdentityDetails& detail) ;
|
||||
static QString getRecipientEmailAddress(const RsGxsId& id,const RsIdentityDetails& detail) ;
|
||||
static QString getRecipientEmailAddress(const RsPeerId& id,const RsPeerDetails& detail) ;
|
||||
|
||||
void addContact(enumType type);
|
||||
void setTextColor(const QColor& col) ;
|
||||
void setupFileActions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue