git-svn-id: svn://db.shs.com.ru/libs@580 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-07-24 15:16:02 +00:00
parent 244864c018
commit 7d826ee395

View File

@@ -53,8 +53,7 @@ void QPIIntrospector::changeEvent(QEvent * e) {
case QEvent::LanguageChange:
retranslateUi(this);
break;
default:
break;
default: break;
}
}