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