Maintain reading position on Symbian between orientations.
[dorian] / widgets / progressdialog.cpp
index 492d5da..7d19f39 100644 (file)
@@ -23,3 +23,9 @@ void ProgressDialog::showWait()
     setValue(0);
     show();
 }
+
+void ProgressDialog::show()
+{
+    TRACE;
+    QProgressDialog::show();
+}