QTfrontend/chatwidget.cpp
changeset 3697 d5b30d6373fc
parent 3236 4ab3917d7d44
child 3790 8f48b54f42ce
--- a/QTfrontend/chatwidget.cpp	Sat Jul 31 10:52:43 2010 +0200
+++ b/QTfrontend/chatwidget.cpp	Sat Jul 31 11:24:53 2010 +0200
@@ -106,7 +106,7 @@
     chatNicks->insertAction(0, acFollow);
     chatNicks->insertAction(0, acIgnore);
     chatNicks->insertAction(0, acFriend);
-    
+
     showReady = false;
 }
 
@@ -209,7 +209,7 @@
 
     QString color("");
     bool isFriend = friendsList.contains(parts[0], Qt::CaseInsensitive);
-    
+
     if (str.startsWith("\x03"))
         color = QString("#c0c0c0");
     else if (str.startsWith("\x02"))