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

2016-12-28 Thread igor.mironchik
.@qt-project.org Subject: [Interest] QProgressDialog when setValue(0) is called 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 comme

[Interest] 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