fixed declarations and actions

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@404 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-23 02:21:17 +00:00
parent 351559becd
commit 9652da42b4
3 changed files with 45 additions and 15 deletions

View file

@ -50,16 +50,17 @@ public:
void updateChat();
void addChatMsg(ChatInfo *ci);
public slots:
/** Overloaded QWidget.show */
void show();
void insertBold();
void insertItalic();
void insertUnderline();
void insertStrike();
void insertAutour(QString leftTruc,QString rightTruc);
public slots:
/** Overloaded QWidget.show */
void show();
protected:
void closeEvent (QCloseEvent * event);
@ -72,6 +73,7 @@ private slots:
void sendChat();
private: