[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/formeditor
From:       Pavel Heimlich <tropikhajma () gmail ! com>
Date:       2010-11-19 21:13:21
Message-ID: 20101119211322.07445AC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1198816 by pavelheimlich:

since Qt 4.7, QString cannot be initialized by int


 M  +1 -1      formIO.cpp  


--- trunk/koffice/kexi/formeditor/formIO.cpp #1198815:1198816
@@ -1242,7 +1242,7 @@
 
     // We create and insert the ObjectTreeItem at the good place in the ObjectTree
     item = container->form()->objectTree()->lookup(wname);
-    kDebug() << wname << item << classname << (parent ? parent->objectName() : 0);
+    kDebug() << wname << item << classname << (parent ? parent->objectName() : QString());
     if (!item)  {
         // not yet created
         kDebug() << "Creating ObjectTreeItem:";
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic