mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
fixed completer for message composer. Still need to fix slot editingRecipientFinished()
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8088 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5e50423915
commit
d514b939b5
2 changed files with 20 additions and 6 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "gui/msgs/MessageInterface.h"
|
||||
|
||||
class QAction;
|
||||
class RsIdentityDetails;
|
||||
class QComboBox;
|
||||
class QFontComboBox;
|
||||
class QTextEdit;
|
||||
|
@ -164,6 +165,7 @@ private:
|
|||
|
||||
void processSettings(bool bLoad);
|
||||
|
||||
QString getGxsRecipientName(const RsGxsId& id,const RsIdentityDetails& detail) ;
|
||||
void addContact(enumType type);
|
||||
void setTextColor(const QColor& col) ;
|
||||
void setupFileActions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue