mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove QBool class leftovers
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
1aeb5c27a6
commit
e0ad7294ab
3 changed files with 0 additions and 3 deletions
|
@ -648,7 +648,6 @@ katie_generate_obsolete(QAtomicInt QtCore qatomic.h)
|
|||
katie_generate_obsolete(QAtomicPointer QtCore qatomic.h)
|
||||
katie_generate_obsolete(QBasicAtomicInt QtCore qbasicatomic.h)
|
||||
katie_generate_obsolete(QBitRef QtCore qbitarray.h)
|
||||
katie_generate_obsolete(QBool QtCore qglobal.h)
|
||||
katie_generate_obsolete(QBrushData QtGui qbrush.h)
|
||||
katie_generate_obsolete(QByteRef QtCore qbytearray.h)
|
||||
katie_generate_obsolete(QCharRef QtCore qstring.h)
|
||||
|
|
|
@ -13,7 +13,6 @@ incmap = {
|
|||
'QAtomicPointer': 'qatomic.h',
|
||||
'QBasicAtomicInt': 'qbasicatomic.h',
|
||||
'QBitRef': 'qbitarray.h',
|
||||
'QBool': 'qglobal.h',
|
||||
'QByteRef': 'qbytearray.h',
|
||||
'QCharRef': 'qstring.h',
|
||||
'QChildEvent': 'qcoreevent.h',
|
||||
|
|
|
@ -68,7 +68,6 @@ classlist = [
|
|||
"QBitArray",
|
||||
"QBitmap",
|
||||
"QBitRef",
|
||||
"QBool",
|
||||
"QBoxLayout",
|
||||
"QBrush",
|
||||
"QBrushData",
|
||||
|
|
Loading…
Add table
Reference in a new issue