[Bug 76426] New: wrong signature generated for kicker applet factory function

Marco kdevelop at x-zwischenwelt-x.de
Sun Feb 29 16:59:02 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      
           Summary: wrong signature generated for kicker applet factory
                    function
           Product: kdevelop
           Version: 3.0.1
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: kdevelop x-zwischenwelt-x de


Version:           3.0.1 (using KDE KDE 3.1.5)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc 3.3.3 20031229 
OS:          Linux

When creating a new kicker applet with the wizard, the factory function ist generated with this signature:
KPanelApplet* init( QWidget *parent, const QString configFile)
According to docs and to my tests it has to be
KPanelApplet* init( QWidget *parent, const QString& configFile)




More information about the KDevelop-devel mailing list