summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qvalidator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/util/qvalidator.cpp')
-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.