Review changes
This commit is contained in:
parent
86600e90d3
commit
8f164a16ce
12 changed files with 13 additions and 19 deletions
|
@ -1438,7 +1438,7 @@ void GMainWindow::OnCIAInstallFinished() {
|
|||
|
||||
void GMainWindow::OnMenuRecentFile() {
|
||||
QAction* action = qobject_cast<QAction*>(sender());
|
||||
assert(action);
|
||||
ASSERT(action);
|
||||
|
||||
const QString filename = action->data().toString();
|
||||
if (QFileInfo::exists(filename)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue