binlog and PathEdit fixes

This commit is contained in:
2020-08-13 18:03:52 +03:00
parent 6f97d849e9
commit a9b9061475
2 changed files with 2 additions and 1 deletions

View File

@@ -383,6 +383,7 @@ QVariant QVariantEdit::value() const {
ret.file = _path->value();
ret.filter = _path->filter;
ret.is_abs = _path->is_abs;
ret.is_save = _path->is_save;
return QVariant::fromValue<QAD::File>(ret);
}
}