Fix forward navigation control on Linux.
[dorian] / widgets / progressdialog.cpp
index 0532866..7d19f39 100644 (file)
@@ -1,4 +1,3 @@
-#include <QString>
 #include <QtGui>
 
 #include "progressdialog.h"
@@ -24,3 +23,9 @@ void ProgressDialog::showWait()
     setValue(0);
     show();
 }
+
+void ProgressDialog::show()
+{
+    TRACE;
+    QProgressDialog::show();
+}