Skip to content

Commit

Permalink
Merge pull request #420 from t7saeki/GUI_Qt6
Browse files Browse the repository at this point in the history
Fix for #418
  • Loading branch information
raback committed Aug 22, 2023
2 parents a3c70ba + 50f6cfd commit ee94e90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ElmerGUI/Application/src/sifgenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1304,9 +1304,10 @@ void SifGenerator::handleLineEdit(const QDomElement &elem, QWidget *widget)
cout << " [SifGenerator] array parameter adjusted: '"
<< name.toAscii().constData() << " = " << value.toAscii().constData() << "' to '"
<< name.toAscii().constData() << value.toAscii().constData() << "'" << endl;
}else{
addSifLine(" " + name + " = ", value);
}
#endif


}

void SifGenerator::handleTextEdit(const QDomElement &elem, QWidget *widget)
Expand Down

0 comments on commit ee94e90

Please sign in to comment.