From a9b9061475f01432f4bc5ab44e0bcd9df199a12c Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 13 Aug 2020 18:03:52 +0300 Subject: [PATCH] binlog and PathEdit fixes --- pip | 2 +- qad/widgets/qvariantedit.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pip b/pip index 31a3472..e76a07a 160000 --- a/pip +++ b/pip @@ -1 +1 @@ -Subproject commit 31a347250f74198391997d06d7a0492a0eb291f6 +Subproject commit e76a07a3f359122aa5f00d0d5774ee326b75d29e diff --git a/qad/widgets/qvariantedit.cpp b/qad/widgets/qvariantedit.cpp index 2a5f9c2..caee456 100644 --- a/qad/widgets/qvariantedit.cpp +++ b/qad/widgets/qvariantedit.cpp @@ -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(ret); } }