Skip to content
  • Enrico Ros's avatar
    Fixed crash when exiting with kapp->quit(). Usually the Settings singleton · 659ae73b
    Enrico Ros authored
    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
    659ae73b