From 8700c039dc04b4c9f22584d4e901ed372442b0f4 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 22 Sep 2020 11:37:15 +0300 Subject: DocumentWidget: Drawing side elements The banner appears on the left, if there is room in the margin. Also added a document timestamp in the bottom to see when the data was received. --- src/gmrequest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gmrequest.h') diff --git a/src/gmrequest.h b/src/gmrequest.h index 2f1a4261..4d413430 100644 --- a/src/gmrequest.h +++ b/src/gmrequest.h @@ -44,6 +44,7 @@ struct Impl_GmResponse { int certFlags; iDate certValidUntil; iString certSubject; + iTime when; }; iDeclareTypeConstruction(GmResponse) -- cgit v1.2.3