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:
Sérgio Martins 2014-01-08 22:40:04 +00:00 committed by The Qt Project
parent fa7451043e
commit 79b0780783
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -51,9 +51,10 @@ extern "C" {
#include <QObject>
struct gbm_device;
QT_BEGIN_NAMESPACE
struct gbm_device;
class QKmsIntegration;
class QKmsDevice : public QObject