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

List:       kde-commits
Subject:    koffice/kexi/kexidb
From:       Jarosław Staniek <staniek () kde ! org>
Date:       2009-05-12 22:42:06
Message-ID: 1242168126.597164.6626.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 967221 by staniek:

KexiDB
* [API] renamed KexiDB::ObjectTypes to KexiDB::ObjectType



 M  +1 -1      connection.h  
 M  +1 -1      global.h  


--- trunk/koffice/kexi/kexidb/connection.h #967220:967221
@@ -160,7 +160,7 @@
     */
     bool dropDatabase(const QString &dbName = QString());
 
-    /*! \return names of all the \a objecttype (see \a ObjectTypes in global.h)
+    /*! \return names of all the \a objecttype (see \a ObjectType in global.h)
     schemas stored in currently used database. KexiDB::AnyObjectType can be passed
     as \a objType to get names of objects of any type.
     If \a ok is not null then variable pointed by it will be set to the result.
--- trunk/koffice/kexi/kexidb/global.h #967220:967221
@@ -143,7 +143,7 @@
 };
 
 /*! Object types set like table or query. */
-enum ObjectTypes {
+enum ObjectType {
     UnknownObjectType = -1, //!< helper
     AnyObjectType = 0,      //!< helper
     TableObjectType = 1,
[prev in list] [next in list] [prev in thread] [next in thread] 

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