[Bug 76426] wrong signature generated for kicker applet factory function
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Thu Mar 18 14:31:03 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=76426
amilcar ida ing tu-bs de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From amilcar ida ing tu-bs de 2004-03-18 14:30 -------
CVS commit by aclu:
Fix wrong signature generated for kicker applet factory function
CCMAIL: 76426-done bugs kde org
Needs to be forward ported
M +1 -1 applet.cpp 1.1.2.2
--- kdevelop/languages/cpp/app_templates/kicker/applet.cpp #1.1.2.1:1.1.2.2
@ -62,5 +62,5 @ void $APPNAME$::resizeEvent(QResizeEvent
extern "C"
{
- KPanelApplet* init( QWidget *parent, const QString configFile)
+ KPanelApplet* init( QWidget *parent, const QString& configFile)
{
KGlobal::locale()->insertCatalogue("$APPNAMELC$");
More information about the KDevelop-devel
mailing list