/** * \brief restoreOptions, reads in the currently set options */ void OptionsTabShortcuts::restoreOptions() { if ( !w ) return; readShortcuts(PsiOptions::instance()); }
void Configuration::load() { readColors(); readBools(); readUints(); readFonts(); readShortcuts(); }