mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
changend default emoticons path.
fixed underline icon git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@471 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d3d6682bcb
commit
cb795b3c67
3 changed files with 47 additions and 10 deletions
|
@ -24,9 +24,11 @@
|
|||
|
||||
#include "mainpage.h"
|
||||
#include "ui_ChatDialog.h"
|
||||
#include "ui_SmWidget.h"
|
||||
|
||||
#include "chat/PopupChatDialog.h"
|
||||
|
||||
class QFont;
|
||||
class QAction;
|
||||
class QTextEdit;
|
||||
class QTextCharFormat;
|
||||
|
@ -71,6 +73,8 @@ void toggleSendItem( QTreeWidgetItem *item, int col );
|
|||
|
||||
void setFont();
|
||||
void getFont();
|
||||
void underline();
|
||||
|
||||
|
||||
|
||||
void on_actionClearChat_triggered();
|
||||
|
@ -91,7 +95,8 @@ private:
|
|||
QTreeView *msgSendList;
|
||||
|
||||
QColor textColor;
|
||||
QColor _currentColor;
|
||||
QColor _currentColor;
|
||||
bool _underline;
|
||||
|
||||
QHash<QString, QString> smileys;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue