Reorganize code

This commit is contained in:
Pengfei
2021-08-09 16:34:03 +08:00
parent b331f50b91
commit 9fbdf6f529
6 changed files with 306 additions and 321 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ void ImportDialog::OnContextMenu(const QPoint& point) {
[this, specifier] { StartBuildingCIASingle(specifier); });
QAction* show_title_info = context_menu.addAction(tr("Show Title Info"));
connect(show_title_info, &QAction::triggered, [this, specifier] {
TitleInfoDialog dialog(this, config, *importer, specifier);
TitleInfoDialog dialog(this, *importer, specifier);
dialog.exec();
});
}