From kde-commits Mon May 31 21:46:47 2004 From: John Ratke Date: Mon, 31 May 2004 21:46:47 +0000 To: kde-commits Subject: kdelibs/kdeui Message-Id: <20040531214647.5B0B7126C7 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108604001208171 CVS commit by jratke: Added a bit of documentation on help button usage for KCMultiDialog classes. M +5 -0 kdialogbase.h 1.109 --- kdelibs/kdeui/kdialogbase.h #1.108:1.109 @@ -1284,4 +1284,9 @@ class KDialogBase : public KDialog * @param appname Defines the appname the help belongs to * If empty it's the current one + * + * @note The help button works differently for the class + * KCMultiDialog, so it does not make sense to call this + * function for Dialogs of that type. See + * KCMultiDialog::slotHelp() for more information. */ void setHelp( const QString &anchor,