summaryrefslogtreecommitdiffstats
path: root/src/gui/util
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-10-11 13:02:48 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-11 16:03:12 +0200
commit0e6a4010286569c3c77ed3092dd96aca17e72332 (patch)
treea5324b0db3d6b4da3c3648509c8f95bd8eeb5128 /src/gui/util
parentbd34df230da21154536cdc7c2886206bb53d2a78 (diff)
Remove stale documentation and fix qdoc errors.
Change-Id: I51bb0c52eb32d9d672d115f31b16d414f81708e2 Reviewed-on: http://codereview.qt-project.org/6433 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/gui/util')
-rw-r--r--src/gui/util/qvalidator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/util/qvalidator.cpp b/src/gui/util/qvalidator.cpp
index 4420163866..fa3493b59a 100644
--- a/src/gui/util/qvalidator.cpp
+++ b/src/gui/util/qvalidator.cpp
@@ -151,7 +151,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn void QDoubleValidator::topChanged(int top)
+ \fn void QDoubleValidator::topChanged(double top)
This signal is emitted after the top property changed.
@@ -160,7 +160,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn void QDoubleValidator::bottomChanged(int bottom)
+ \fn void QDoubleValidator::bottomChanged(double bottom)
This signal is emitted after the bottom property changed.