diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:29:21 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 10:29:21 (GMT) |
commit | f5408614bf3fe20ad5c4937c2329c8a77b8753cf (patch) | |
tree | 14648e99f6d8d8ec1f7b8e789ed833ac2a050703 /src/gui/dialogs | |
parent | ef9fec988d3d7ea33836a08128119f99747dc9d5 (diff) | |
download | Qt-f5408614bf3fe20ad5c4937c2329c8a77b8753cf.zip Qt-f5408614bf3fe20ad5c4937c2329c8a77b8753cf.tar.gz Qt-f5408614bf3fe20ad5c4937c2329c8a77b8753cf.tar.bz2 |
Update URL of online documentation.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/qwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qwizard.cpp b/src/gui/dialogs/qwizard.cpp index 329fce9..59f296c 100644 --- a/src/gui/dialogs/qwizard.cpp +++ b/src/gui/dialogs/qwizard.cpp @@ -3461,7 +3461,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://doc.trolltech.com/qq/qq22-qwizard.html#validatebeforeitstoolate} + available \l{http://qt.nokia.com/doc/qq/qq22-qwizard.html#validatebeforeitstoolate} {here}. \sa completeChanged(), isFinalPage() |