changeset 1557:3607b0092019 spectrogram-export

Comment only
author Chris Cannam
date Tue, 07 Jan 2020 11:19:02 +0000
parents ac8da42674ff
children 760ada8e3972
files widgets/ProgressDialog.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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();