[PATCH phonesim v3 1/2] Port to qt5

2019-10-30 Thread Jonah Brüchert
From: Simon Busch Co-authored-by: Martin Jansa Co-authored-by: Jonah Brüchert Co-authored-by: Alexander Akulich --- Makefile.am | 4 +++- configure.ac| 15 --- src/control.cpp | 4 ++-- src/phonesim.cpp| 2 +- src/phonesim.h | 2 +-

[PATCH phonesim v3 2/2] Use override at least in server header

2019-10-30 Thread Jonah Brüchert
From: Alexander Akulich --- src/server.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/server.h b/src/server.h index 3342a90..9175359 100644 --- a/src/server.h +++ b/src/server.h @@ -32,15 +32,15 @@ class HardwareManipulatorFactory; class PhoneSimServer : public

Re: [PATCH phonesim v2 1/8] Port to qt5

2019-10-30 Thread Denis Kenzior
Hi Jonah, On 10/29/19 11:58 AM, Jonah Brüchert wrote: Hi, first of all, thanks for the review! The current structure of the commits is purely for historical reasons, since this is a collection of patches by different people that are all required for the Qt5 port. The Signed-off-by exist for