Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Oct 28, 2023
1 parent feafdc4 commit ae92e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/qtgui/fileformatdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ FileFormatDialog::FormatFilePair FileFormatDialog::fileToWrite(

if (FileFormat::validateFileName(fileName.toStdString()) == false) {
QMessageBox::warning(
parent, caption,
parentWidget, caption,
tr("The file name contains invalid characters. Please choose another "
"file name."));
continue;
Expand Down

0 comments on commit ae92e94

Please sign in to comment.