Make progress indicator more subtle.
[dorian] / widgets / progressdialog.h
index 6303468..d38c7ff 100644 (file)
@@ -12,8 +12,12 @@ class ProgressDialog: public QProgressDialog
 public:
     explicit ProgressDialog(const QString &label, QWidget *parent = 0);
 
+public slots:
     /** Show wait animation instead of progress bar. */
     void showWait();
+
+    /** Show dialog, adjust position if needed. */
+    void show();
 };
 
 #endif // PROGRESSDIALOG_H