Em quarta-feira, 28 de dezembro de 2016, às 16:18:45 BRST, Berkay Elbir
escreveu:
> Hello All,
>
> I have a class that is inherited from QProgressDialog. It sometimes
> crashes and its inside QProgressDialog class code.
>
> I detected that when the setValue(0); is called in its constructor,
> cr
Hello All,
I have a class that is inherited from QProgressDialog. It sometimes
crashes and its inside QProgressDialog class code.
I detected that when the setValue(0); is called in its constructor,
crash happens. When I commented out this function, It does not crash.
Even if setValue(0) is called