diff qt/d2/qt/core/QRectF.d @ 295:463563fc9e17 signals

more of QList. const functions in C++ are now const in D too. Drop of the store result feature, which was incompatible with const functions and introduced too much of the bloat in the generator.
author eldar
date Sun, 22 Nov 2009 11:01:19 +0000
parents 34a37904ff77
children b460cd08041f
line wrap: on
line diff
--- a/qt/d2/qt/core/QRectF.d	Fri Nov 13 20:42:51 2009 +0000
+++ b/qt/d2/qt/core/QRectF.d	Sun Nov 22 11:01:19 2009 +0000
@@ -301,7 +301,18 @@
     {
         return qtd_QRectF_toAlignedRect(cast(void*)&this);
     }
+    
+    // service stuff
+    public alias void __isNativeValueType;
 
+    struct QTypeInfo
+    {
+        enum bool isComplex = true;
+        enum bool isStatic = false;
+        enum bool isLarge = true;
+        enum bool isPointer = false;
+        enum bool isDummy = false;
+    }
 private:
     qreal xp;
     qreal yp;