Fixup the brcm-egl hardware integrations
Change-Id: I2a25c7d0b5019c30f31cba1f608a8731be6b1f10 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
This commit is contained in:
parent
67f9cef815
commit
60fd8b1612
@ -39,8 +39,8 @@
|
|||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include <QtWaylandClient/qwaylandclientbufferintegrationplugin.h>
|
#include <QtWaylandClient/private/qwaylandclientbufferintegrationplugin_p.h>
|
||||||
#include "qwaylandbrcmeglclientbufferintegration.h"
|
#include "qwaylandbrcmeglintegration.h"
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
@ -60,11 +60,11 @@ QStringList QWaylandBrcmEglClientBufferPlugin::keys() const
|
|||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
QWaylandEglClientBufferIntegration *QWaylandBrcmEglClientBufferPlugin::create(const QString& system, const QStringList& paramList)
|
QWaylandClientBufferIntegration *QWaylandBrcmEglClientBufferPlugin::create(const QString& system, const QStringList& paramList)
|
||||||
{
|
{
|
||||||
Q_UNUSED(paramList);
|
Q_UNUSED(paramList);
|
||||||
if (system.toLower() == "brcm")
|
if (system.toLower() == "brcm")
|
||||||
return new QWaylandBrcmEglClientBufferIntegration();
|
return new QWaylandBrcmEglIntegration();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user