Remove the USE_COCOA #ifdef, it's always defined now.
Change-Id: If3528cdfda647fa3cfba3c310bc9816b8b1e0344 Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
bd071a3853
commit
be14e367fd
@@ -88,9 +88,7 @@ QMediaControl *QT7PlayerService::requestControl(const char *name)
|
||||
#ifndef QT_NO_OPENGL
|
||||
if (!m_videoOutput) {
|
||||
if (qstrcmp(name, QVideoWindowControl_iid) == 0) {
|
||||
#if defined(QT_MAC_USE_COCOA)
|
||||
m_videoOutput = new QT7MovieViewOutput(this);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (qstrcmp(name, QVideoRendererControl_iid) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user