From koffice-devel Sat Oct 29 18:30:18 2005 From: Jaroslaw Staniek Date: Sat, 29 Oct 2005 18:30:18 +0000 To: koffice-devel Subject: koffice/kexi Message-Id: <1130610618.177615.23902.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=koffice-devel&m=113061063701513 SVN commit 475557 by staniek: Fix all "unused parameter" warnings, by commenting out parameter names in function definitions; for example, change void MyClass::method( int unusedArg ) {//...} to void MyClass::method( int unusedArg ) {Q_UNUSED( unusedArg ); //...} Thanks to: Kouzinopoulos Haris CCMAIL: haris@mpa.gr CCMAIL: koffice-devel@kde.org M +3 -0 formeditor/factories/stdwidgetfactory.cpp M +2 -0 formeditor/widgetfactory.cpp M +4 -0 formeditor/widgetpropertyset.cpp M +6 -0 main/kexinamewidget.cpp M +1 -0 plugins/forms/kexidataprovider.cpp M +6 -0 plugins/forms/kexiformpart.cpp M +26 -0 plugins/forms/kexiformscrollview.cpp M +2 -0 plugins/forms/widgets/kexidbform.cpp M +2 -0 plugins/forms/widgets/kexidbimagebox.cpp M +2 -0 plugins/migration/keximigrationpart.cpp M +2 -0 plugins/queries/kexiquerydesignersql.cpp M +2 -0 plugins/queries/kexiquerydesignersqlhistory.cpp M +2 -0 plugins/queries/kexiquerypart.cpp M +4 -0 plugins/tables/kexialtertable_dataview.cpp M +2 -0 plugins/tables/kexitablepart.cpp M +1 -1 widget/kexicustompropertyfactory.cpp M +5 -0 widget/kexiscrollview.cpp M +2 -0 widget/kexismalltoolbutton.cpp M +2 -0 widget/tableview/kexiblobtableedit.cpp M +2 -2 widget/tableview/kexidataawareobjectiface.h M +2 -0 widget/tableview/kexitableviewdata.cpp _______________________________________________ koffice-devel mailing list koffice-devel@kde.org https://mail.kde.org/mailman/listinfo/koffice-devel