Ejemplo n.º 1
0
void StatusSetDialog::editSet()
{
	StatusDialog * atd = new StatusDialog( this );
	atd->setStatusSet( mSet );
	atd->exec();
	delete atd;
	updateSets();
}