summaryrefslogtreecommitdiff
path: root/src/gmrequest.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-22 11:37:15 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-22 11:37:15 +0300
commit8700c039dc04b4c9f22584d4e901ed372442b0f4 (patch)
treec89a1c5cda9baa3204b46df0162f5b1ba62add04 /src/gmrequest.h
parentc6182b6b4158a3227546ae55895b72a326db19fb (diff)
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.
Diffstat (limited to 'src/gmrequest.h')
-rw-r--r--src/gmrequest.h1
1 files changed, 1 insertions, 0 deletions
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 {
44 int certFlags; 44 int certFlags;
45 iDate certValidUntil; 45 iDate certValidUntil;
46 iString certSubject; 46 iString certSubject;
47 iTime when;
47}; 48};
48 49
49iDeclareTypeConstruction(GmResponse) 50iDeclareTypeConstruction(GmResponse)