git-svn-id: svn://db.shs.com.ru/libs@485 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-01-31 15:28:20 +00:00
parent b9c8f7c0a4
commit e70b7baf0a
5 changed files with 17 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ void IODeviceEditDialog::on_comboType_currentIndexChanged(int index) {
}
QAD::IODevice IODeviceEditDialog::exec(const QAD::IODevice & d) {
QAD::IODevice IODeviceEditDialog::getIODevice(const QAD::IODevice & d) {
setValue(d);
if (QDialog::exec() != QDialog::Accepted)
return QAD::IODevice();