mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-18 19:31:37 -05:00
fixed smileys declaration missed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1718 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
798f6026cc
commit
add990abd5
@ -159,6 +159,8 @@ signals:
|
|||||||
bool _underline;
|
bool _underline;
|
||||||
time_t last_status_send_time ;
|
time_t last_status_send_time ;
|
||||||
|
|
||||||
|
QHash<QString, QString> smileys;
|
||||||
|
|
||||||
std::map<std::string, PopupChatDialog *> chatDialogs;
|
std::map<std::string, PopupChatDialog *> chatDialogs;
|
||||||
|
|
||||||
QFont mCurrentFont; /* how the text will come out */
|
QFont mCurrentFont; /* how the text will come out */
|
||||||
|
Loading…
Reference in New Issue
Block a user