diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-03-04 09:11:15 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-03-06 13:45:12 +0100 |
| commit | 6baf94735ff683adb4233825a8b0adbd68e9ed8a (patch) | |
| tree | 381a1d823610eecab27bfb58e5fed3ad49deb55b /sources/pyside2/libpyside/dynamicqmetaobject.cpp | |
| parent | d1604053e9ae354963a2b2447b3d196fc5dda73e (diff) | |
Add QDeadlineTimer
The class will replace timeout parameters in Qt 5.15 as
introduced by qtbase/72f57cc84244633ca69ede9a1fd510b9b1881c1d,
causing warnings like:
Stripping argument #1 of bool QThread::wait(QDeadlineTimer) due to unmatched type "QDeadlineTimer" with default expression "QDeadlineTimer(QDeadlineTimer::Forever)".
Stripping argument #2 of bool QWaitCondition::wait(QMutex*,QDeadlineTimer) due to unmatched type "QDeadlineTimer" with default expression "QDeadlineTimer(QDeadlineTimer::Forever)".
Stripping argument #2 of bool QWaitCondition::wait(QReadWriteLock*,QDeadlineTimer) due to unmatched type "QDeadlineTimer" with default expression "QDeadlineTimer(QDeadlineTimer::Forever)".
Change-Id: I51655ef19d8276b95c2a759d5ba44287a4b6d91b
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/libpyside/dynamicqmetaobject.cpp')
0 files changed, 0 insertions, 0 deletions
