Fixed crash when exiting with kapp->quit(). Usually the Settings singleton
is deleted after all classes, but when kpdf is run stand-alone and quit() is used (currently only by clicking on Quit links) the app could crash. -> Best practice: don't use KConfigXT settings classes for storing values on destructors (do it when a parameter is updated). CCMAIL: Mikolaj Machowski <mikmach@wp.pl> svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=403765
Showing
Please register or sign in to comment