Re: [Development] Automatic signal-slot statistics

2018-08-08 Thread Taras Kushnir
OK, now it's clear. I will try it out and report if that worked. Thanks for your help! ср, 8 серп. 2018 о 09:52 Olivier Goffart пише: > On 2018-08-08 08:48, Taras Kushnir wrote: > > Hi Olivier > > > > Thanks for fast response. > > > > Sorry for asking trivial questions but I didn’t quite unders

Re: [Development] Automatic signal-slot statistics

2018-08-07 Thread Olivier Goffart
On 2018-08-08 08:48, Taras Kushnir wrote: Hi Olivier Thanks for fast response. Sorry for asking trivial questions but I didn’t quite understand about “redeclaring” things in my project. As far as I understand all I need to do is pass an instance of [QSignalSpyCallbackSet] struct with my cust

Re: [Development] Automatic signal-slot statistics

2018-08-07 Thread Taras Kushnir
Hi Olivier Thanks for fast response. Sorry for asking trivial questions but I didn’t quite understand about “redeclaring” things in my project. As far as I understand all I need to do is pass an instance of [QSignalSpyCallbackSet] struct with my custom callbacks to [qt_register_signal_spy_ca

Re: [Development] Automatic signal-slot statistics

2018-08-07 Thread Olivier Goffart
On 2018-08-08 06:53, Taras Kushnir wrote: Hello I’ve been refactoring giant pieces (like 50-60%) of one project's codebase and I’m concerned about validity/quality of the result. Except different kinds of tests I’m thinking about statistical metrics one of which would be to get a feel how Qt-

[Development] Automatic signal-slot statistics

2018-08-07 Thread Taras Kushnir
Hello I’ve been refactoring giant pieces (like 50-60%) of one project's codebase and I’m concerned about validity/quality of the result. Except different kinds of tests I’m thinking about statistical metrics one of which would be to get a feel how Qt-specific parts of the project have changes.