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

List:       kde-commits
Subject:    branches/KDE/4.2/kdebindings/csharp/qyoto
From:       Arno Rehn <kde () arnorehn ! de>
Date:       2009-01-18 20:36:53
Message-ID: 1232311013.849189.15680.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 913135 by arnorehn:

backports from trunk


 A             core/QAbstractListModelInternal.cs  
 M  +1 -0      core/QItemModel.cs  
 M  +2 -0      src/handlers.cpp  


--- branches/KDE/4.2/kdebindings/csharp/qyoto/core/QItemModel.cs #913134:913135
@@ -3,6 +3,7 @@
 	using System;
 	using System.Runtime.InteropServices;
 
+	[SmokeClass("QAbstractItemModel")]
 	internal class QItemModel : QAbstractItemModel {
 		[DllImport("libqyoto", CharSet=CharSet.Ansi)]
 		static extern int QAbstractItemModelColumnCount(IntPtr obj, IntPtr modelIndex);
--- branches/KDE/4.2/kdebindings/csharp/qyoto/src/handlers.cpp #913134:913135
@@ -644,6 +644,8 @@
 							return "Qyoto.QAbstractItemDelegateInternal";
 						if (strcmp(o->smoke->classes[o->classId].className, "QAbstractItemView") == 0)
 							return "Qyoto.QAbstractItemViewInternal";
+						if (strcmp(o->smoke->classes[o->classId].className, "QAbstractListModel") == 0)
+							return "Qyoto.QAbstractListModelInternal";
 						if (strcmp(o->smoke->classes[o->classId].className, "QAbstractTextDocumentLayout") == 0)
 							return "Qyoto.QAbstractTextDocumentLayoutInternal";
 						if (strcmp(o->smoke->classes[o->classId].className, "QLayout") == 0)
[prev in list] [next in list] [prev in thread] [next in thread] 

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