[Bug 1174] New: update for Qt's interfaces

[email protected] Thu, 26 Jan 2006 12:11:53 -0500
Newsgroups gmane.linux.lsb.test-suite
Message-ID <[email protected]>
delete from LGInt where LGIint = 36386; 
delete from LGInt where LGIint = 38836; 
delete from LGInt where LGIint = 48012; 
delete from LGInt where LGIint = 36431; 
delete from LGInt where LGIint = 39041; 
delete from LGInt where LGIint = 48022; 
 
delete from Interface where Iname = '_ZTI25QAbstractItemModelPrivate'; 
delete from Interface where Iname = '_ZTV25QAbstractItemModelPrivate'; 
 
insert into Interface (Iname,Istatus,Itype,Istandard,Iarch,Iheader) values 
('_ZNK12QPaintDevice7devTypeEv','SrcOnly','Function',114,1,324); 
insert into Interface (Iname,Istatus,Itype,Istandard,Iarch,Iheader) values 
('_ZN15QListWidgetItem18setBackgroundColorERK6QColor','SrcOnly','Function',114,1,383); 
insert into Interface (Iname,Istatus,Itype,Istandard,Iarch,Iheader) values 
('_ZNK14QGLPixelBuffer7devTypeEv','SrcOnly','Function',117,1,472); 
 
insert into LGInt (LGIint, LGIlibg) values ((select Iid from Interface where 
Iname = '_ZNK12QPaintDevice7devTypeEv'), 486); 
insert into LGInt (LGIint, LGIlibg) values ((select Iid from Interface where 
Iname = '_ZN15QListWidgetItem18setBackgroundColorERK6QColor'), 486); 
insert into LGInt (LGIint, LGIlibg) values ((select Iid from Interface where 
Iname = '_ZNK12QPaintDevice7devTypeEv'), 489); 
 
update Vtable set VTviid = (select Iid from Interface where Iname = 
'_ZNK12QPaintDevice7devTypeEv') where VTcid = 423 and VTpos = 2; 
update Vtable set VTviid = (select Iid from Interface where Iname = 
'_ZN15QListWidgetItem18setBackgroundColorERK6QColor') where VTcid = 547 and 
VTpos = 3; 
update Vtable set VTviid = (select Iid from Interface where Iname = 
'_ZNK14QGLPixelBuffer7devTypeEv') where VTcid = 703 and VTpos = 2;   
 
--    
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.