diff options
author | Sergio Ahumada <[email protected]> | 2013-02-01 10:33:17 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-02-01 12:31:16 +0100 |
commit | 256dc059eeea05878112e4cbb55d9a152d21fa1a (patch) | |
tree | ac6b92ec5dd09f874d05f223ef9b274374d2bf1b /src/widgets/dialogs/qwizard.cpp | |
parent | f9725ce9c2d16474ca47ab6ac25f5df748b12ab5 (diff) | |
parent | 6239af6f0f15871e02a516c97c5f1775743d352b (diff) |
Merge "Merge branch 'release' into stable" into refs/staging/stable
Diffstat (limited to 'src/widgets/dialogs/qwizard.cpp')
-rw-r--r-- | src/widgets/dialogs/qwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qwizard.cpp b/src/widgets/dialogs/qwizard.cpp index 0e64bb0f428..8bc2eb92c18 100644 --- a/src/widgets/dialogs/qwizard.cpp +++ b/src/widgets/dialogs/qwizard.cpp @@ -3573,7 +3573,7 @@ bool QWizardPage::validatePage() from the rest of your implementation, whenever the value of isComplete() changes. This ensures that QWizard updates the enabled or disabled state of its buttons. An example of the reimplementation is - available \l{http://qt.nokia.com/doc/qq/qq22-qwizard.html#validatebeforeitstoolate} + available \l{http://doc.qt.digia.com/qq/qq22-qwizard.html#validatebeforeitstoolate} {here}. \sa completeChanged(), isFinalPage() |