mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 05:22:31 -04:00
Fixed Load and Save own status Message in MessengerWindow works now, you can change your status message in MessengerWindow.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2409 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3d11b15490
commit
887b151779
4 changed files with 54 additions and 5 deletions
|
@ -56,6 +56,7 @@ public slots:
|
|||
|
||||
void updatePeersAvatar(const QString& peer_id);
|
||||
void updateAvatar();
|
||||
void loadmystatusmessage();
|
||||
|
||||
LogoBar & getLogoBar() const;
|
||||
|
||||
|
@ -94,7 +95,8 @@ private slots:
|
|||
|
||||
void changeAvatarClicked();
|
||||
|
||||
void loadmystatus();
|
||||
void savestatusmessage();
|
||||
|
||||
void loadstatus();
|
||||
|
||||
void on_actionSort_Peers_Descending_Order_activated();
|
||||
|
@ -138,6 +140,9 @@ private:
|
|||
LogoBar * _rsLogoBarmessenger;
|
||||
|
||||
QFont itemFont;
|
||||
|
||||
/** A RshareSettings object used for saving/loading settings */
|
||||
RshareSettings* _settings;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::MessengerWindow ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue