Fix warnings about forward declarations (-Wmismatched-tags)
These are structs in gbm.h. Change-Id: I448ddc072c3aa924672f802dca42b2183470519e Reviewed-by: Andrew Knight <andrew.knight@digia.com>
This commit is contained in:
parent
edef249602
commit
436270e104
@ -47,8 +47,8 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QKmsScreen;
|
||||
class gbm_device;
|
||||
class gbm_bo;
|
||||
struct gbm_device;
|
||||
struct gbm_bo;
|
||||
|
||||
class QKmsCursor : public QPlatformCursor
|
||||
{
|
||||
|
@ -53,7 +53,7 @@ extern "C" {
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class gbm_device;
|
||||
struct gbm_device;
|
||||
class QKmsIntegration;
|
||||
|
||||
class QKmsDevice : public QObject
|
||||
|
Loading…
Reference in New Issue
Block a user