Change header of MessageComposer when title edit has modified - like ThunderBird

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3267 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-07-07 23:03:34 +00:00
parent 7eba601144
commit f452304b5c
2 changed files with 22 additions and 8 deletions

View file

@ -123,7 +123,8 @@ private slots:
void filterRegExpChanged();
void clearFilter();
void titleChanged();
private:
void setTextColor(const QColor& col) ;
void setupFileActions();
@ -147,6 +148,8 @@ private:
void FilterItems();
bool FilterItem(QTreeWidgetItem *pItem, QString &sPattern);
void calculateTitle();
/** Define the popup menus for the Context menu */
QMenu* contextMnu;