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
06d64132
Commit
06d64132
authored
Mar 09, 2022
by
Ingo Klöcker
Browse files
Add missing include
We have to include KeyGroup here because the code generated by moc needs its complete type.
parent
c588a624
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/crypto/gui/signencryptwidget.h
View file @
06d64132
...
...
@@ -10,6 +10,9 @@
#include <QWidget>
#include <QVector>
#include <Libkleo/KeyGroup>
#include <gpgme++/key.h>
class
QCheckBox
;
...
...
@@ -18,7 +21,6 @@ class QVBoxLayout;
namespace
Kleo
{
class
CertificateLineEdit
;
class
KeyGroup
;
class
KeySelectionCombo
;
class
AbstractKeyListModel
;
class
UnknownRecipientWidget
;
...
...
Write
Preview
Markdown
is supported
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