From kde-commits Sat May 06 12:51:17 2006 From: Caleb Tennis Date: Sat, 06 May 2006 12:51:17 +0000 To: kde-commits Subject: KDE/kdelibs/kio/kio Message-Id: <1146919877.411493.9283.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114691993711090 SVN commit 537994 by ctennis: Remove more inalid parameters M +0 -2 kfilemetainfo.h M +0 -2 kscan.h --- trunk/KDE/kdelibs/kio/kio/kfilemetainfo.h #537993:537994 @@ -393,7 +393,6 @@ * @param group the group of the item * @param key the key of the item * @param parent the parent of the QObject, or 0 for a parent-less object - * @param name the name of the QObject, can be 0 * @return the validator. You are responsible for deleting it. 0 if * creation failed */ @@ -1448,7 +1447,6 @@ * @param group the group name of the validator item * @param key the key name of the validator item * @param parent the QObject parent, can be @c 0 - * @param name the name of the QObject, can be @c 0 **/ virtual QValidator* createValidator( const QString& mimeType, const QString& group, --- trunk/KDE/kdelibs/kio/kio/kscan.h #537993:537994 @@ -99,7 +99,6 @@ * @param buttonMask a ORed mask of all buttons (see * KDialogBase::ButtonCode) * @param parent the QWidget's parent, or 0 - * @param name the name of the QObject, can be 0 * @param modal if true the dialog is model * @see KDialogBase */ @@ -186,7 +185,6 @@ * Your library should reimplement this method to return your KScanDialog * derived dialog. * @param parent the QWidget's parent, or 0 - * @param name the name of the QObject, can be 0 * @param modal if true the dialog is model */ virtual KScanDialog * createDialog( QWidget *parent=0 ) = 0;