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
libkleo
Commits
844069fe
Commit
844069fe
authored
Oct 30, 2021
by
Ingo Klöcker
Committed by
Ingo Klöcker
Oct 30, 2021
Browse files
Make kleo_export.h includes work for users of libkleo
parent
3fb8601c
Pipeline
#92569
passed with stage
in 7 minutes and 32 seconds
Changes
15
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kleo/defaultkeygenerationjob.h
View file @
844069fe
...
...
@@ -8,7 +8,7 @@
#include
<qgpgme/job.h>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<memory>
namespace
GpgME
{
...
...
src/kleo/keyfilter.h
View file @
844069fe
...
...
@@ -13,7 +13,7 @@
#include
<algorithm>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<memory>
namespace
GpgME
{
...
...
src/models/keycache.h
View file @
844069fe
...
...
@@ -11,7 +11,7 @@
#include
<QObject>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<gpgme++/global.h>
...
...
src/models/keylistmodel.h
View file @
844069fe
...
...
@@ -13,7 +13,7 @@
#include
<QAbstractItemModel>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
"keylist.h"
#include
"keylistmodelinterface.h"
...
...
src/models/keylistmodelinterface.h
View file @
844069fe
...
...
@@ -13,7 +13,7 @@
#include
<vector>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
namespace
GpgME
{
...
...
src/models/keylistsortfilterproxymodel.h
View file @
844069fe
...
...
@@ -13,7 +13,7 @@
#include
"keylistmodelinterface.h"
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<memory>
...
...
src/models/keyrearrangecolumnsproxymodel.h
View file @
844069fe
...
...
@@ -11,7 +11,7 @@
#include
"keylistmodelinterface.h"
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<KRearrangeColumnsProxyModel>
...
...
src/models/subkeylistmodel.h
View file @
844069fe
...
...
@@ -11,7 +11,7 @@
#include
<QAbstractTableModel>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<vector>
...
...
src/models/useridlistmodel.h
View file @
844069fe
...
...
@@ -12,7 +12,7 @@
#pragma once
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<QAbstractItemModel>
...
...
src/ui/auditlogviewer.h
View file @
844069fe
...
...
@@ -8,7 +8,7 @@
#include
<QDialog>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#ifdef HAVE_PIMTEXTEDIT
#include
<KPIMTextEdit/RichTextEditorWidget>
...
...
src/ui/keyselectioncombo.h
View file @
844069fe
...
...
@@ -10,7 +10,7 @@
#include
<gpgme++/global.h>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<libkleo/enum.h>
#include
<memory>
...
...
src/utils/classify.h
View file @
844069fe
...
...
@@ -9,7 +9,7 @@
#pragma once
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
#include
<gpgme++/global.h>
...
...
src/utils/filesystemwatcher.h
View file @
844069fe
...
...
@@ -11,7 +11,7 @@
#include
<QObject>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
class
QString
;
#include
<QStringList>
...
...
src/utils/formatting.h
View file @
844069fe
...
...
@@ -13,7 +13,7 @@
#include
<gpgme++/key.h>
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
class
QString
;
#include
<QStringList>
...
...
src/utils/gnupg.h
View file @
844069fe
...
...
@@ -18,7 +18,7 @@
without cluttering the code with preprocessor conditionals. */
#define IS_DE_VS(x) (x).isDeVs()
#include
<
kleo_export.h
>
#include
"
kleo_export.h
"
class
QString
;
#include
<QStringList>
...
...
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