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>bb10
parent
d702ba20e5
commit
22c96b07c1
|
|
@ -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()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue