mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-25 06:30:00 -04:00
Add GXS Id in anchor in Chat.
This commit is contained in:
parent
eefc8d3393
commit
6df42a0b7d
4 changed files with 25 additions and 7 deletions
|
@ -94,6 +94,7 @@ public:
|
|||
|
||||
void setWelcomeMessage(QString &text);
|
||||
void addChatMsg(bool incoming, const QString &name, const QDateTime &sendTime, const QDateTime &recvTime, const QString &message, MsgType chatType);
|
||||
void addChatMsg(bool incoming, const QString &name, const RsGxsId gxsId, const QDateTime &sendTime, const QDateTime &recvTime, const QString &message, MsgType chatType);
|
||||
void updateStatusString(const QString &statusMask, const QString &statusString, bool permanent = false);
|
||||
|
||||
void addToolsAction(QAction *action);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue