summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2010-10-05 12:30:42 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2010-10-05 12:30:42 +1000
commit806002dbb1323397b37db8d29a04e94bb097099d (patch)
tree525005cad8a1a91d047d91fc37600f470d0e44d4 /doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp
parent41afd2aa34828184016fab4c31f400d10c0af1ae (diff)
Fix replaying media from a state of status changed signal. [WMP]
Windows media player has more granular status transitions than QMediaPlayer and will emit end of media before it has reached a stopped state. Since calling play on already playing media will do nothing we need to defer emitting the signals until after its stopped. We use a posted event for this as calling into the WMP API from within its own event handlers is not recommended. Task-number: MOBILITY-1538 Reviewed-by: Justin McPherson
Diffstat (limited to 'doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp')
0 files changed, 0 insertions, 0 deletions