binlog and PathEdit fixes
This commit is contained in:
2
pip
2
pip
Submodule pip updated: 31a347250f...e76a07a3f3
@@ -383,6 +383,7 @@ QVariant QVariantEdit::value() const {
|
|||||||
ret.file = _path->value();
|
ret.file = _path->value();
|
||||||
ret.filter = _path->filter;
|
ret.filter = _path->filter;
|
||||||
ret.is_abs = _path->is_abs;
|
ret.is_abs = _path->is_abs;
|
||||||
|
ret.is_save = _path->is_save;
|
||||||
return QVariant::fromValue<QAD::File>(ret);
|
return QVariant::fromValue<QAD::File>(ret);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user