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:
defnax 2010-02-23 22:26:38 +00:00
parent 3d11b15490
commit 887b151779
4 changed files with 54 additions and 5 deletions

View file

@ -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;