# HG changeset patch # User Chris Cannam # Date 1578395942 0 # Node ID 3607b00920198927b645c76761a2beedc2d48b87 # Parent ac8da42674ff0deca183fc141288109311b7c9d4 Comment only diff -r ac8da42674ff -r 3607b0092019 widgets/ProgressDialog.h --- 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();