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:
Sérgio Martins 2013-12-20 13:39:49 +00:00 committed by The Qt Project
parent edef249602
commit 436270e104
2 changed files with 3 additions and 3 deletions

View File

@ -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
{

View File

@ -53,7 +53,7 @@ extern "C" {
QT_BEGIN_NAMESPACE
class gbm_device;
struct gbm_device;
class QKmsIntegration;
class QKmsDevice : public QObject