Removed obsolete Qt2's TQVector class and replaced

with TQt3's TQPtrVector.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent eced9c9ff8
commit 8b72a6c475
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -2213,7 +2213,6 @@ BEGIN
'TQVariant*' => 'qt_QVariant*',
'TQVariant::Type' => 'int' ,
'TQVariantPrivate*' => 'qt_QVariantPrivate*' ,
'TQVector*' => 'qt_QVector*',
'TQWMatrix&' => 'qt_QWMatrix*',
'TQWMatrix' => 'qt_QWMatrix*',
'TQWMatrix*' => 'qt_QWMatrix*',

Loading…
Cancel
Save