From 2d8ebfe227167c53791c8b8bc1fec9eca8fc59cb Mon Sep 17 00:00:00 2001 From: Melg Eight Date: Wed, 16 Feb 2022 10:01:27 +0300 Subject: [PATCH] Enable usage of crlNumber from user Signed-off-by: Melg Eight --- widgets/NewCrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/NewCrl.cpp b/widgets/NewCrl.cpp index 0f6cbba1..71230f6d 100644 --- a/widgets/NewCrl.cpp +++ b/widgets/NewCrl.cpp @@ -55,6 +55,7 @@ crljob NewCrl::getCrlJob() const t.lastUpdate = lastUpdate->getDate(); t.nextUpdate = nextUpdate->getDate(); t.hashAlgo = hashAlgo->current(); + t.crlNumber = crlNumber->text().toLong(); return t; }