Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
66efcb74
Commit
66efcb74
authored
Jan 05, 2021
by
Ingo Klöcker
Browse files
Fix build with gpgme < 1.14.1
parent
021cd34f
Pipeline
#46493
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/certificatedetailswidget.cpp
View file @
66efcb74
...
...
@@ -32,7 +32,6 @@
#include
<gpgme++/keylistresult.h>
#include
<gpgme++/tofuinfo.h>
#include
<QGpgME/Debug>
#include
<QGpgME/Protocol>
#include
<QGpgME/KeyListJob>
...
...
@@ -47,6 +46,9 @@
#if GPGMEPP_VERSION >= 0x10E00 // 1.14.0
# define GPGME_HAS_REMARKS
#endif
#if GPGMEPP_VERSION >= 0x10E01 // 1.14.1
#include
<QGpgME/Debug>
#endif
#define HIDE_ROW(row) \
ui.row->setVisible(false); \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment