Fix documented default value of QProgressDialog::maximum

Seems to have been a cut'n'paste from 'minimum'.

Change-Id: Ifc3a4441809a9fc75ecac621cff59950235f6bc7
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
Marc Mutz 2014-07-30 13:09:10 +02:00
parent d702ba20e5
commit 22c96b07c1

View File

@ -507,7 +507,7 @@ bool QProgressDialog::wasCanceled() const
\property QProgressDialog::maximum
\brief the highest value represented by the progress bar
The default is 0.
The default is 100.
\sa minimum, setRange()
*/