mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
-Added ChatInfo with timestamp for a Welcome Message in ui.msgText
-removed loadInitMsg(); git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@432 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e69da57ec9
commit
89378f8ac0
6 changed files with 64 additions and 780 deletions
|
@ -44,7 +44,11 @@ void insertChat();
|
|||
PopupChatDialog *getPrivateChat(std::string id, std::string name, bool show);
|
||||
void clearOldChats();
|
||||
|
||||
int loadInitMsg();
|
||||
//int loadInitMsg();
|
||||
|
||||
public slots:
|
||||
|
||||
void setChatInfo(QString info, QColor color=QApplication::palette().color(QPalette::WindowText));
|
||||
|
||||
private slots:
|
||||
|
||||
|
@ -62,6 +66,11 @@ void toggleSendItem( QTreeWidgetItem *item, int col );
|
|||
void setFont();
|
||||
void getFont();
|
||||
|
||||
void setupsendActions();
|
||||
|
||||
void on_actionClearChat_triggered();
|
||||
void displayInfoChatMenu(const QPoint& pos);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue