Skip to content

Commit

Permalink
Compile fixes
Browse files Browse the repository at this point in the history
Change-Id: Ie532b5cd87dbcb9546b23c2ce7d013137933fbb8
Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
  • Loading branch information
jorgen authored and Laszlo Agocs committed Aug 13, 2012
1 parent 272142f commit b7a2f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/qml-compositor/main.cpp
Expand Up @@ -65,7 +65,7 @@ class QmlCompositor : public QQuickView, public WaylandCompositor
enableSubSurfaceExtension();
setSource(QUrl("main.qml"));
setResizeMode(QQuickView::SizeRootObjectToView);
setClearColor(Qt::black);
setColor(Qt::black);
winId();

connect(this, SIGNAL(frameSwapped()), this, SLOT(frameSwappedSlot()));
Expand Down
1 change: 1 addition & 0 deletions tests/auto/client/tst_client.cpp
Expand Up @@ -43,6 +43,7 @@

#include <QBackingStore>
#include <QPainter>
#include <QScreen>

#include <QtTest/QtTest>

Expand Down

0 comments on commit b7a2f76

Please sign in to comment.