Client tests: Remove redundant pointer helper function
Change-Id: If5d435a227b54f566f121331385e849b615fb615 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
464f33e5b4
commit
b36c46f2d6
@ -46,13 +46,6 @@ public:
|
|||||||
add<Seat>(capabilities, version);
|
add<Seat>(capabilities, version);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
Pointer *pointer()
|
|
||||||
{
|
|
||||||
auto *seat = get<Seat>();
|
|
||||||
Q_ASSERT(seat);
|
|
||||||
return seat->m_pointer;
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class tst_seatv5 : public QObject, private SeatV5Compositor
|
class tst_seatv5 : public QObject, private SeatV5Compositor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user