@@ -72,7 +72,6 @@ virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation
72
72
73
73
class PythonQtPublicPromoter_QAbstractAnimation : public QAbstractAnimation
74
74
{ public:
75
- friend class PythonQtWrapper_QAbstractAnimation ;
76
75
inline bool promoted_event (QEvent* event) { return QAbstractAnimation::event (event); }
77
76
inline void promoted_updateDirection (QAbstractAnimation::Direction direction) { QAbstractAnimation::updateDirection (direction); }
78
77
inline void promoted_updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) { QAbstractAnimation::updateState (newState, oldState); }
@@ -158,7 +157,6 @@ virtual void timerEvent(QTimerEvent* arg__1);
158
157
159
158
class PythonQtPublicPromoter_QAbstractItemModel : public QAbstractItemModel
160
159
{ public:
161
- friend class PythonQtWrapper_QAbstractItemModel ;
162
160
inline void promoted_beginInsertColumns (const QModelIndex& parent, int first, int last) { QAbstractItemModel::beginInsertColumns (parent, first, last); }
163
161
inline void promoted_beginInsertRows (const QModelIndex& parent, int first, int last) { QAbstractItemModel::beginInsertRows (parent, first, last); }
164
162
inline bool promoted_beginMoveColumns (const QModelIndex& sourceParent, int sourceFirst, int sourceLast, const QModelIndex& destinationParent, int destinationColumn) { return QAbstractItemModel::beginMoveColumns (sourceParent, sourceFirst, sourceLast, destinationParent, destinationColumn); }
@@ -331,7 +329,6 @@ virtual void timerEvent(QTimerEvent* arg__1);
331
329
332
330
class PythonQtPublicPromoter_QAbstractListModel : public QAbstractListModel
333
331
{ public:
334
- friend class PythonQtWrapper_QAbstractListModel ;
335
332
inline bool promoted_dropMimeData (const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) { return QAbstractListModel::dropMimeData (data, action, row, column, parent); }
336
333
inline Qt::ItemFlags promoted_flags (const QModelIndex& index) const { return QAbstractListModel::flags (index ); }
337
334
inline QModelIndex promoted_index (int row, int column = 0 , const QModelIndex& parent = QModelIndex()) const { return QAbstractListModel::index (row, column, parent); }
@@ -373,7 +370,6 @@ virtual void timerEvent(QTimerEvent* arg__1);
373
370
374
371
class PythonQtPublicPromoter_QAbstractState : public QAbstractState
375
372
{ public:
376
- friend class PythonQtWrapper_QAbstractState ;
377
373
inline bool promoted_event (QEvent* e) { return QAbstractState::event (e); }
378
374
};
379
375
@@ -411,7 +407,6 @@ virtual void timerEvent(QTimerEvent* arg__1);
411
407
412
408
class PythonQtPublicPromoter_QAbstractTransition : public QAbstractTransition
413
409
{ public:
414
- friend class PythonQtWrapper_QAbstractTransition ;
415
410
inline bool promoted_event (QEvent* e) { return QAbstractTransition::event (e); }
416
411
};
417
412
@@ -459,7 +454,6 @@ virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation
459
454
460
455
class PythonQtPublicPromoter_QAnimationGroup : public QAnimationGroup
461
456
{ public:
462
- friend class PythonQtWrapper_QAnimationGroup ;
463
457
inline bool promoted_event (QEvent* event) { return QAnimationGroup::event (event); }
464
458
};
465
459
@@ -567,7 +561,6 @@ virtual qint64 writeData(const char* data, qint64 len);
567
561
568
562
class PythonQtPublicPromoter_QBuffer : public QBuffer
569
563
{ public:
570
- friend class PythonQtWrapper_QBuffer ;
571
564
inline bool promoted_atEnd () const { return QBuffer::atEnd (); }
572
565
inline bool promoted_canReadLine () const { return QBuffer::canReadLine (); }
573
566
inline void promoted_close () { QBuffer::close (); }
@@ -765,7 +758,6 @@ void delete_QCommandLineParser(QCommandLineParser* obj) { delete obj; }
765
758
766
759
class PythonQtPublicPromoter_QCoreApplication : public QCoreApplication
767
760
{ public:
768
- friend class PythonQtWrapper_QCoreApplication ;
769
761
inline bool promoted_event (QEvent* arg__1) { return QCoreApplication::event (arg__1); }
770
762
inline bool promoted_notify (QObject* arg__1, QEvent* arg__2) { return QCoreApplication::notify (arg__1, arg__2); }
771
763
};
@@ -1190,7 +1182,6 @@ virtual void timerEvent(QTimerEvent* arg__1);
1190
1182
1191
1183
class PythonQtPublicPromoter_QEventLoop : public QEventLoop
1192
1184
{ public:
1193
- friend class PythonQtWrapper_QEventLoop ;
1194
1185
inline bool promoted_event (QEvent* event) { return QEventLoop::event (event); }
1195
1186
};
1196
1187
@@ -1239,7 +1230,6 @@ virtual void timerEvent(QTimerEvent* arg__1);
1239
1230
1240
1231
class PythonQtPublicPromoter_QEventTransition : public QEventTransition
1241
1232
{ public:
1242
- friend class PythonQtWrapper_QEventTransition ;
1243
1233
inline bool promoted_event (QEvent* e) { return QEventTransition::event (e); }
1244
1234
inline bool promoted_eventTest (QEvent* event) { return QEventTransition::eventTest (event); }
1245
1235
inline void promoted_onTransition (QEvent* event) { QEventTransition::onTransition (event); }
@@ -1330,7 +1320,6 @@ virtual qint64 writeData(const char* data, qint64 len);
1330
1320
1331
1321
class PythonQtPublicPromoter_QFile : public QFile
1332
1322
{ public:
1333
- friend class PythonQtWrapper_QFile ;
1334
1323
inline QString promoted_fileName () const { return QFile::fileName (); }
1335
1324
inline bool promoted_open (QIODevice::OpenMode flags) { return QFile::open (flags); }
1336
1325
inline QFileDevice::Permissions promoted_permissions () const { return QFile::permissions (); }
@@ -1418,7 +1407,6 @@ virtual qint64 writeData(const char* data, qint64 len);
1418
1407
1419
1408
class PythonQtPublicPromoter_QFileDevice : public QFileDevice
1420
1409
{ public:
1421
- friend class PythonQtWrapper_QFileDevice ;
1422
1410
inline bool promoted_atEnd () const { return QFileDevice::atEnd (); }
1423
1411
inline void promoted_close () { QFileDevice::close (); }
1424
1412
inline QString promoted_fileName () const { return QFileDevice::fileName (); }
0 commit comments