Discussion:
QListBoxItem not generated properly in 3.5?
Carsten Pfeiffer
2006-03-15 02:52:04 UTC
Permalink
Hi,

while playing around with juic, I noticed that org.kde.qt.QListBoxItem seems
to be generated improperly: the constructors are missing.

These two c'tors from C++ land not available:

QListBoxItem ( QListBox * listbox = 0 )
QListBoxItem ( QListBox * listbox, QListBoxItem * after )

Cheers,
Carsten

Loading...