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

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Pavel Heimlich <tropikhajma () gmail ! com>
Date:       2010-12-06 1:36:03
Message-ID: 20101206013603.08884AC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1204032 by pavelheimlich:

QString ambiguity in Qt4.7. Fixes build with sun studio


 M  +1 -1      indexschema.cpp  


--- trunk/koffice/kexi/kexidb/indexschema.cpp #1204031:1204032
@@ -88,7 +88,7 @@
 FieldList& IndexSchema::addField(Field *field)
 {
     if (field->table() != m_tableSchema) {
-        KexiDBDbg << "IndexSchema::addField(" << (field ? field->name() : 0)
+        KexiDBDbg << "IndexSchema::addField(" << (field ? field->name() : QString())
         << "): WARNING: field doas not belong to the same table '"
         << (field && field->table() ? field->table()->name() : QString())
         << "'as index!";
[prev in list] [next in list] [prev in thread] [next in thread] 

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