Bug in the normal project template

Alexandr Izyurov izyurov at infopro.spb.su
Thu Sep 30 12:42:49 BST 1999


There is a small bug in
$KDEDIR/share/apps/kdevelop/templates/normal.tar.gz#tar:/skel/kbase.cpp

at lines 312,328 parameter name is missing.

void |NAME|App::saveProperties(KConfig* )
void |NAME|App::readProperties(KConfig* )

These lines should be replaced with

void |NAME|App::saveProperties(KConfig* config)
void |NAME|App::readProperties(KConfig* config)

Without this, projects compile, but autosave/autorestore
does not work. 

Alexandr Izyurov




More information about the KDevelop mailing list