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
94862d5d
Commit
94862d5d
authored
Apr 28, 2021
by
Ingo Klöcker
Browse files
Clean up headers
parent
cad54768
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/kleo/keyresolver.h
View file @
94862d5d
...
...
@@ -11,20 +11,19 @@
#pragma once
#include "kleo_export.h"
#include <Libkleo/Enum>
#include <QMap>
#include <QObject>
#include <QString>
#include <QStringList>
#include <gpgme++/global.h>
#include <memory>
#include <vector>
#include "kleo_export.h"
class
QStringList
;
namespace
GpgME
{
class
Key
;
...
...
src/kleo/keyresolvercore.cpp
View file @
94862d5d
...
...
@@ -16,6 +16,7 @@
#include "keyresolvercore.h"
#include "kleo/enum.h"
#include "kleo/keygroup.h"
#include "models/keycache.h"
#include "utils/formatting.h"
...
...
src/kleo/keyresolvercore.h
View file @
94862d5d
...
...
@@ -13,8 +13,6 @@
#include <Libkleo/KeyResolver>
#include "kleo_export.h"
#include <QMap>
#include <gpgme++/global.h>
...
...
@@ -22,6 +20,8 @@
#include <memory>
#include <vector>
#include "kleo_export.h"
class
QString
;
class
QStringList
;
...
...
src/ui/newkeyapprovaldialog.cpp
View file @
94862d5d
...
...
@@ -10,12 +10,14 @@
*/
#include "newkeyapprovaldialog.h"
#include "kleo/defaultkeyfilter.h"
#include "keyselectioncombo.h"
#include "progressdialog.h"
#include "kleo/defaultkeyfilter.h"
#include "utils/formatting.h"
#include "libkleo_debug.h"
#include <KLocalizedString>
#include <KMessageBox>
#include <QApplication>
#include <QButtonGroup>
...
...
@@ -23,6 +25,7 @@
#include <QDesktopWidget>
#include <QDialogButtonBox>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QLabel>
#include <QMap>
#include <QPushButton>
...
...
@@ -32,13 +35,12 @@
#include <QVBoxLayout>
#include <QGpgME/DefaultKeyGenerationJob>
#include <QGpgME/
CryptoConfig
>
#include <QGpgME/Protocol>
#include <QGpgME/
Job
>
#include <gpgme++/keygenerationresult.h>
#include <gpgme++/key.h>
#include <KLocalizedString>
#include <KMessageBox>
#include "libkleo_debug.h"
using
namespace
Kleo
;
using
namespace
GpgME
;
...
...
src/ui/newkeyapprovaldialog.h
View file @
94862d5d
...
...
@@ -13,13 +13,11 @@
#include <Libkleo/KeyResolver>
#include "kleo_export.h"
#include <QDialog>
#include <
gpgme++/key.h
>
#include <
memory
>
#include
<vector>
#include
"kleo_export.h"
namespace
Kleo
{
...
...
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