Exemplo n.º 1
0
void MMSSwitcher::show() {
	MMSConfigData config;
	int firstplugin = atoi(config.getFirstPlugin().c_str());
	if(firstplugin > 0) {
		this->switchToPluginEx(firstplugin);
	} else {
		this->window->show();
	}
}