From 0e6a4010286569c3c77ed3092dd96aca17e72332 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Tue, 11 Oct 2011 13:02:48 +0200 Subject: Remove stale documentation and fix qdoc errors. Change-Id: I51bb0c52eb32d9d672d115f31b16d414f81708e2 Reviewed-on: http://codereview.qt-project.org/6433 Sanity-Review: Qt Sanity Bot Reviewed-by: Frederik Gladhorn --- src/gui/util/qvalidator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/util/qvalidator.cpp') 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. -- cgit v1.2.3