Fix namespaced build on Linux
Change-Id: I01f389517824e3ada4e4ab153c41c58f05a246fd Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
parent
d82ec6a168
commit
151bea6aae
@ -44,11 +44,12 @@
|
||||
|
||||
#include <qpa/qplatformcursor.h>
|
||||
|
||||
struct gbm_device;
|
||||
struct gbm_bo;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QKmsScreen;
|
||||
struct gbm_device;
|
||||
struct gbm_bo;
|
||||
|
||||
class QKmsCursor : public QPlatformCursor
|
||||
{
|
||||
|
@ -51,9 +51,10 @@ extern "C" {
|
||||
|
||||
#include <QObject>
|
||||
|
||||
struct gbm_device;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
struct gbm_device;
|
||||
class QKmsIntegration;
|
||||
|
||||
class QKmsDevice : public QObject
|
||||
|
Loading…
Reference in New Issue
Block a user