diff d2/qtd/QtdObject.d @ 382:1d56b2a2e10c

Fixes to debugging stuff. Added size_t as primitive type to workaround Qwt build failure in debug
author Max Samukha <maxter@spambox.com>
date Mon, 12 Jul 2010 20:36:07 +0300
parents a032df77b6ab
children bd7f485e3573
line wrap: on
line diff
--- a/d2/qtd/QtdObject.d	Sun Jul 11 01:59:42 2010 +0100
+++ b/d2/qtd/QtdObject.d	Mon Jul 12 20:36:07 2010 +0300
@@ -13,7 +13,7 @@
     std.bitmanip,
     qtd.Core,
     qtd.Debug,
-    qtd.meta.Runtime;  
+    qtd.meta.Runtime;
 
 /**
     QtdObject initialization options.
@@ -140,7 +140,7 @@
 
         Note that wrappers for QObject instances and instances of classes
         derived from QObject are always unique, therefore
-        the 'is' expression can be used instead of this function.
+        the 'is' operator can be used instead of this function.
      */
     final bool isSame(const(QtdObject) other) const
     {
@@ -198,7 +198,7 @@
         else
             assert(false);
 
-        mixin(debugHandler("onWrapperOwnershipChanged", "obj"));
+        mixin(debugHandler("onObjectOwnershipChanged", "obj"));
     }
 
     // COMPILER BUG: 3206