diff d2/qt/core/QRectF.d @ 372:a032df77b6ab

Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
author Max Samukha <maxter@spambox.com>
date Thu, 08 Jul 2010 17:19:05 +0300
parents 96a75b1e5b26
children
line wrap: on
line diff
--- a/d2/qt/core/QRectF.d	Sun Jul 04 14:17:49 2010 +0100
+++ b/d2/qt/core/QRectF.d	Thu Jul 08 17:19:05 2010 +0300
@@ -286,11 +286,11 @@
     }
 
     public final void writeTo(QDataStream arg__1) {
-        qtd_QRectF_writeTo_QDataStream(&this, arg__1 is null ? null : arg__1.__nativeId);
+        qtd_QRectF_writeTo_QDataStream(&this, arg__1 is null ? null : arg__1.qtdNativeId);
     }
 
     public final void readFrom(QDataStream arg__1) {
-        qtd_QRectF_readFrom_QDataStream(&this, arg__1 is null ? null : arg__1.__nativeId);
+        qtd_QRectF_readFrom_QDataStream(&this, arg__1 is null ? null : arg__1.qtdNativeId);
     }
 
     public final QRectF opOr(ref QRectF r) const {
@@ -301,7 +301,7 @@
     {
         return qtd_QRectF_toAlignedRect(cast(void*)&this);
     }
-    
+
     // service stuff
     public alias void __isNativeValueType;
 
@@ -337,4 +337,4 @@
  void* arg__1);
 private extern(C) QRectF  qtd_QRectF_operator_or_QRectF(void* __this_nativeId,
  void* r0);
-private extern(C) QRect  qtd_QRectF_toAlignedRect(void* __this_nativeId);
\ No newline at end of file
+private extern(C) QRect  qtd_QRectF_toAlignedRect(void* __this_nativeId);