diff widgets/ProgressDialog.h @ 1557:3607b0092019 spectrogram-export

Comment only
author Chris Cannam
date Tue, 07 Jan 2020 11:19:02 +0000
parents 05d614f6e46d
children
line wrap: on
line diff
--- a/widgets/ProgressDialog.h	Tue Jan 07 11:18:57 2020 +0000
+++ b/widgets/ProgressDialog.h	Tue Jan 07 11:19:02 2020 +0000
@@ -27,7 +27,7 @@
 public:
     ProgressDialog(QString message,
                    bool cancellable,
-                   int timeBeforeShow = 0,
+                   int timeBeforeShow = 0, /* milliseconds */
                    QWidget *parent = 0,
                    Qt::WindowModality modality = Qt::NonModal);
     virtual ~ProgressDialog();