Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8
-
None
-
-
607750f98 (master), a11c6ff19 (master)
Description
- Create QMovie in a thread
- call QMovie::moveToThread(QCoreApplication::instance()->thread());
- finish thread
- call QMovie::start() from main thread
expected: Movie starts
actual: "QObject::startTimer: Timers cannot be started from another thread"
(nextImageTimer has no parent set, and so is not moved with the rest of the object)
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-131448 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
609806,3 | QMovie: Replace QTimer with QBasicTimer | dev | qt/qtbase | Status: NEW | 0 | 0 |
605950,7 | Utils: Import a copy of QMovie | master | qt-creator/qt-creator | Status: MERGED | +2 | +1 |
606980,2 | Utils: Fix QMovie::moveToThread() | master | qt-creator/qt-creator | Status: MERGED | +2 | +1 |