diff generator/containergenerator.cpp @ 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 9784459f0750
children d2f48c4cb3e3
line wrap: on
line diff
--- a/generator/containergenerator.cpp	Sun Jul 04 14:17:49 2010 +0100
+++ b/generator/containergenerator.cpp	Thu Jul 08 17:19:05 2010 +0300
@@ -400,7 +400,7 @@
         d_type = cls_name;
         if (centry->designatedInterface())
             d_type = centry->designatedInterface()->name();
-        nativeId = ".__nativeId";
+        nativeId = ".qtdNativeId";
     }
 
     if (centry->designatedInterface()) {