mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
Added Display smiley icon in Forum Posts
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1972 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
086c13cce7
commit
a7f143e0dc
2 changed files with 89 additions and 9 deletions
|
@ -34,10 +34,12 @@ public:
|
|||
|
||||
void insertForums();
|
||||
void insertPost();
|
||||
|
||||
void loadForumEmoticons();
|
||||
|
||||
private slots:
|
||||
|
||||
void insertThreads();
|
||||
void insertThreads();
|
||||
/** Create the context popup menu and it's submenus */
|
||||
void forumListCustomPopupMenu( QPoint point );
|
||||
void threadListCustomPopupMenu( QPoint point );
|
||||
|
@ -72,7 +74,7 @@ private slots:
|
|||
void unsubscribeToForum();
|
||||
|
||||
void showForumDetails();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
void forumSubscribe(bool subscribe);
|
||||
|
@ -84,6 +86,8 @@ private:
|
|||
|
||||
QFont mForumNameFont;
|
||||
QFont itemFont;
|
||||
|
||||
QHash<QString, QString> smileys;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::ForumsDialog ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue