small blink-chat fix

This commit is contained in:
doitux
2007-05-25 18:14:52 +00:00
parent a6ea197a43
commit 4a66146c25
4 changed files with 6 additions and 2 deletions
@@ -31,6 +31,7 @@ MyRightTabWidget::~MyRightTabWidget()
void MyRightTabWidget::startBlinkChatTab() { chatBlinkTimer->start(500); }
void MyRightTabWidget::stopBlinkChatTab() { chatBlinkTimer->stop(); }
void MyRightTabWidget::showDefaultChatTab() { myTabBar->setTabTextColor(1, QColor(240,240,240)); }
void MyRightTabWidget::blinkChatTab() {