diff widgets/ProgressDialog.h @ 1324:13d9b422f7fe zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:31 +0100
parents 05d12869043e
children a18e78b9c78b
line wrap: on
line diff
--- a/widgets/ProgressDialog.h	Mon Dec 12 15:18:52 2016 +0000
+++ b/widgets/ProgressDialog.h	Mon Sep 17 13:51:31 2018 +0100
@@ -25,8 +25,11 @@
     Q_OBJECT
     
 public:
-    ProgressDialog(QString message, bool cancellable,
-                   int timeBeforeShow = 0, QWidget *parent = 0);
+    ProgressDialog(QString message,
+                   bool cancellable,
+                   int timeBeforeShow = 0,
+                   QWidget *parent = 0,
+                   Qt::WindowModality modality = Qt::NonModal);
     virtual ~ProgressDialog();
 
     virtual bool isDefinite() const;