summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@canonical.com>2015-01-15 15:55:59 -0200
committerDaniel d'Andrada <daniel.dandrada@canonical.com>2015-01-15 15:55:59 -0200
commit382aa1e898757c15f894fac2282177eb8006662f (patch)
tree15376e3e17f294acd77e3f6dc87163b7b64732df /tests
parent846da246c53b0e29452754e13310315ca2f1ed42 (diff)
parent7dca2ef44f0f5f961793406812cb9e0fdcf3077b (diff)
Merge trunk
[ Gerry Boland ] * Depend on :native version of g++ to allow cross-compiling to work. (LP: #1353855) [ MichaƂ Sawicz ] * Declare the QByteArray in callDispatcher so it doesn't get deleted before it's copied. (LP: #1408819) [ Josh Arenson ] * Assign touch events area to the correct values. [ Albert Astals ] * Move the creation of the surface observer to SessionListener::surface_created
Diffstat (limited to 'tests')
-rw-r--r--tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp b/tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp
index d0a6733..1e16bf0 100644
--- a/tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp
+++ b/tests/modules/MirSurfaceItem/mirsurfaceitem_test.cpp
@@ -86,7 +86,7 @@ TEST(MirSurfaceItemTest, MissingTouchEnd)
}));
- MirSurfaceItem *surfaceItem = new MirSurfaceItem(mockSurface, mockSession);
+ MirSurfaceItem *surfaceItem = new MirSurfaceItem(mockSurface, mockSession, nullptr);
ulong timestamp = 1234;
QList<QTouchEvent::TouchPoint> touchPoints;