.@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
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