mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
fixed textcolor
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@449 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5e41b21cef
commit
29a74b9898
2 changed files with 39 additions and 40 deletions
|
@ -43,8 +43,7 @@ public:
|
|||
void insertChat();
|
||||
PopupChatDialog *getPrivateChat(std::string id, std::string name, bool show);
|
||||
void clearOldChats();
|
||||
|
||||
//int loadInitMsg();
|
||||
|
||||
|
||||
public slots:
|
||||
|
||||
|
@ -66,11 +65,14 @@ void toggleSendItem( QTreeWidgetItem *item, int col );
|
|||
void setFont();
|
||||
void getFont();
|
||||
|
||||
void setupsendActions();
|
||||
|
||||
void on_actionClearChat_triggered();
|
||||
void displayInfoChatMenu(const QPoint& pos);
|
||||
|
||||
void returnPressed();
|
||||
bool keyPressed(QEvent * event);
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
@ -85,7 +87,8 @@ private:
|
|||
|
||||
QTreeView *msgSendList;
|
||||
|
||||
QColor textColor;
|
||||
QColor textColor;
|
||||
QColor _currentColor;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue