mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
added utility function to add user, refresh screen, clear scrn
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@557 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
95b93b1e5c
commit
7bcfda123f
@ -41,12 +41,21 @@ public slots:
|
|||||||
void sendBlog();
|
void sendBlog();
|
||||||
void setFont();
|
void setFont();
|
||||||
void setStatus();
|
void setStatus();
|
||||||
|
/// populates blog service with current information from core
|
||||||
|
void update();
|
||||||
|
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
/*nothing here yet */
|
/*nothing here yet */
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
/// to add usr to usr list: utility function for update
|
||||||
|
void addUser(const std::string& usr);
|
||||||
|
|
||||||
|
/// remove everything from usrlist and blogText box
|
||||||
|
void clear();
|
||||||
|
|
||||||
/* Current Font */
|
/* Current Font */
|
||||||
QFont mCurrentFont;
|
QFont mCurrentFont;
|
||||||
|
|
||||||
@ -55,5 +64,7 @@ QFont mUsrFont;
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user