Bug in the normal project template

Ralf Nolden Ralf.Nolden at post.rwth-aachen.de
Thu Sep 30 14:42:31 BST 1999


Alexandr Izyurov wrote:
> 
> 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

fixed.

Ralf





More information about the KDevelop mailing list