Re: [Development] QProgressDialog when setValue(0) is called

2016-12-28 Thread Thiago Macieira
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

[Development] QProgressDialog when setValue(0) is called

2016-12-28 Thread Berkay Elbir
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