diff qt/core/QList.d @ 318:ce07227f00c1 signals

more signals and QList
author eldar_ins@eldar-laptop
date Thu, 24 Dec 2009 05:19:40 +0500
parents 55ee4603365d
children 7a3c43424dca
line wrap: on
line diff
--- a/qt/core/QList.d	Wed Dec 23 04:48:11 2009 +0500
+++ b/qt/core/QList.d	Thu Dec 24 05:19:40 2009 +0500
@@ -440,7 +440,9 @@
             node_construct(cast(Node*)(p.append()), cpy);
         }
     }
-
+    
+    alias append opCatAssign;
+    
     static if (isQObjectType!T || isObjectType!T || isValueType!T || is(T == string))
     {
         T at(int i) const