From kde-commits Tue Aug 24 15:04:02 2004 From: Amilcar do Carmo Lucas Date: Tue, 24 Aug 2004 15:04:02 +0000 To: kde-commits Subject: kdevelop/lib/util Message-Id: <20040824150402.EFBB316B47 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109335985621838 CVS commit by aclu: More doxygen fixes M +2 -0 configwidgetproxy.h 1.3 --- kdevelop/lib/util/configwidgetproxy.h #1.2:1.3 @@ -74,4 +74,5 @@ public: * @param title The title of the config page, shown in the settings dialog * @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal + * @param icon The name of the icon to use */ void createGlobalConfigPage( QString const & title, unsigned int pagenumber, QString const & icon = "kdevelop" ); @@ -81,4 +82,5 @@ public: * @param title The title of the config page, shown in the settings dialog * @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal + * @param icon The name of the icon to use */ void createProjectConfigPage( QString const & title, unsigned int pagenumber, QString const & icon = "kdevelop" );