summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qprogressdialog.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qprogressdialog.3qt')
-rw-r--r--doc/man/man3/qprogressdialog.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qprogressdialog.3qt b/doc/man/man3/qprogressdialog.3qt
index 2e1dd7cfd..7dcb397ad 100644
--- a/doc/man/man3/qprogressdialog.3qt
+++ b/doc/man/man3/qprogressdialog.3qt
@@ -368,7 +368,7 @@ Set this property's value with setLabelText() and get this property's value with
.SH "int minimumDuration"
This property holds the time that must pass before the dialog appears.
.PP
-If the expected duration of the task is less than the minimumDuration, the dialog will not appear at all. This prevents the dialog popping up for tasks that are tquickly over. For tasks that are expected to exceed the minimumDuration, the dialog will pop up after the minimumDuration time or as soon as any progress is set.
+If the expected duration of the task is less than the minimumDuration, the dialog will not appear at all. This prevents the dialog popping up for tasks that are quickly over. For tasks that are expected to exceed the minimumDuration, the dialog will pop up after the minimumDuration time or as soon as any progress is set.
.PP
If set to 0, the dialog is always shown as soon as any progress is set. The default is 4000 milliseconds.
.PP