diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-25 21:20:40 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-25 21:20:40 +0200 |
commit | a29eae612c79d23c9916345d76b6753aab8f7e16 (patch) | |
tree | 64ae45e6c830c560e41c6d89103448882148c796 /framework/src/domain/mime/partmodel.cpp | |
parent | 7aff8815c471035f8d73d4c769358dc0b2f5cf6a (diff) | |
download | kube-a29eae612c79d23c9916345d76b6753aab8f7e16.tar.gz kube-a29eae612c79d23c9916345d76b6753aab8f7e16.zip |
Starting to isolate our gpgme++ usage.
So we can destroy it.
Diffstat (limited to 'framework/src/domain/mime/partmodel.cpp')
-rw-r--r-- | framework/src/domain/mime/partmodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/src/domain/mime/partmodel.cpp b/framework/src/domain/mime/partmodel.cpp index 4583e2a6..7b90ca8b 100644 --- a/framework/src/domain/mime/partmodel.cpp +++ b/framework/src/domain/mime/partmodel.cpp | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <QDebug> | 25 | #include <QDebug> |
26 | #include <QTextDocument> | 26 | #include <QTextDocument> |
27 | 27 | ||
28 | #include <gpgme++/key.h> | ||
29 | #include <gpgme.h> | 28 | #include <gpgme.h> |
30 | 29 | ||
31 | class PartModelPrivate | 30 | class PartModelPrivate |