Re: [PATCH phonesim 11/13] Use dynamic_cast where appropriate

2019-11-18 Thread Denis Kenzior
Hi Jonah, On 11/12/19 3:37 PM, Jonah BrĂ¼chert wrote: Done using the cppcoreguidelines-pro-type-cstyle-cast check of clang-tidy --- src/aidapplication.cpp | 2 +- src/phonesim.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Applied, thanks. Regards, -Denis

[PATCH phonesim 11/13] Use dynamic_cast where appropriate

2019-11-12 Thread Jonah BrĂ¼chert
Done using the cppcoreguidelines-pro-type-cstyle-cast check of clang-tidy --- src/aidapplication.cpp | 2 +- src/phonesim.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/aidapplication.cpp b/src/aidapplication.cpp index 16fef0c..807d7f9 100644 ---