mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Patch from AC to enable completion over chat lobby participants
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6193 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7f06b1e9b8
commit
17f2d2e8a5
2 changed files with 147 additions and 14 deletions
|
@ -135,9 +135,13 @@ private:
|
|||
void setColorAndFont();
|
||||
void processSettings(bool load);
|
||||
|
||||
void completeNickname(bool reverse);
|
||||
|
||||
std::string peerId;
|
||||
QString title;
|
||||
QString name;
|
||||
QString completionWord;
|
||||
int completionPosition;
|
||||
|
||||
QColor currentColor;
|
||||
QFont currentFont;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue