Fix namespaced build on Linux

Change-Id: I01f389517824e3ada4e4ab153c41c58f05a246fd
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Donald Carr 2014-01-10 07:47:16 -08:00 committed by The Qt Project
parent d82ec6a168
commit 151bea6aae
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