--- 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();
}