Fix kms build with -qtnamespace
Change-Id: I6aa3f3bc3c098b96ec0eec369b85a938c552f364 Reviewed-by: Jørgen Lind <jorgen.lind@digia.com> Reviewed-by: Andrew Knight <andrew.knight@digia.com>
This commit is contained in:
parent
fa7451043e
commit
79b0780783
@ -44,11 +44,12 @@
|
|||||||
|
|
||||||
#include <qpa/qplatformcursor.h>
|
#include <qpa/qplatformcursor.h>
|
||||||
|
|
||||||
|
struct gbm_device;
|
||||||
|
struct gbm_bo;
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
class QKmsScreen;
|
class QKmsScreen;
|
||||||
struct gbm_device;
|
|
||||||
struct gbm_bo;
|
|
||||||
|
|
||||||
class QKmsCursor : public QPlatformCursor
|
class QKmsCursor : public QPlatformCursor
|
||||||
{
|
{
|
||||||
|
@ -51,9 +51,10 @@ extern "C" {
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
|
struct gbm_device;
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
struct gbm_device;
|
|
||||||
class QKmsIntegration;
|
class QKmsIntegration;
|
||||||
|
|
||||||
class QKmsDevice : public QObject
|
class QKmsDevice : public QObject
|
||||||
|
Loading…
Reference in New Issue
Block a user