QTfrontend/chatwidget.cpp
changeset 3058 2ebc20485344
parent 3019 d6e19f35d98d
child 3123 b0a02930a1dc
--- a/QTfrontend/chatwidget.cpp	Wed Mar 24 11:01:21 2010 +0000
+++ b/QTfrontend/chatwidget.cpp	Wed Mar 24 14:03:03 2010 +0000
@@ -120,7 +120,8 @@
             continue;
         list << str.trimmed();
     }
-    list.removeDuplicates();
+    //readd once we require newer Qt than 4.4
+    //list.removeDuplicates();
     txt.close();
 }