mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04:00
Show current state after the name and location in MessengerWindow.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3468 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1c2db7eb9b
commit
1fc5347fd4
3 changed files with 32 additions and 16 deletions
|
@ -91,6 +91,7 @@ private slots:
|
|||
void getAvatar();
|
||||
|
||||
void changeAvatarClicked();
|
||||
void peerStatusChanged(const QString &peer_id, int status);
|
||||
|
||||
void savestatusmessage();
|
||||
#endif // MINIMAL_RSGUI
|
||||
|
@ -128,6 +129,7 @@ private:
|
|||
LogoBar * _rsLogoBarmessenger;
|
||||
|
||||
QFont itemFont;
|
||||
QString m_nickName;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::MessengerWindow ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue