fix(RD): set resource strings for ReviewMessageBox too

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2023-01-08 12:28:55 -03:00
parent 3a168ba6dd
commit bd36f8e220
5 changed files with 21 additions and 14 deletions

View File

@ -20,6 +20,8 @@ class ReviewMessageBox : public QDialog {
void appendResource(ResourceInformation&& info);
auto deselectedResources() -> QStringList;
void retranslateUi(QString resources_name);
~ReviewMessageBox() override;
protected: