Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KIdentityManagement
Commits
ab9427c5
Commit
ab9427c5
authored
Dec 05, 2019
by
Laurent Montel
Browse files
Use CamelCase header
parent
300455f7
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/identity.cpp
View file @
ab9427c5
...
...
@@ -22,8 +22,8 @@
#include
"signature.h"
#include
"kidentitymanagement_debug.h"
#include
<
kc
onfig
g
roup
.h
>
#include
<
ke
mail
a
ddress
.h
>
#include
<
KC
onfig
G
roup>
#include
<
KE
mail
A
ddress>
#include
<QMimeData>
#include
<QByteArray>
...
...
src/identitycombo.cpp
View file @
ab9427c5
...
...
@@ -31,7 +31,7 @@
#include
"identity.h"
#include
"identitymanager.h"
#include
<
kl
ocalized
s
tring
.h
>
#include
<
KL
ocalized
S
tring>
#include
<assert.h>
...
...
src/identitymanager.cpp
View file @
ab9427c5
...
...
@@ -23,16 +23,16 @@ static const char configKeyDefaultIdentity[] = "Default Identity";
#include
"identitymanager.h"
#include
"identity.h"
// for IdentityList::{export,import}Data
#include
<
ke
mail
a
ddress
.h
>
// for static helper functions
#include
<
KE
mail
A
ddress>
// for static helper functions
#include
<
kem
ail
s
ettings
.h
>
// for IdentityEntry::fromControlCenter()
#include
<
kl
ocalized
s
tring
.h
>
#include
<
KEM
ail
S
ettings>
// for IdentityEntry::fromControlCenter()
#include
<
KL
ocalized
S
tring>
#include
"kidentitymanagement_debug.h"
#include
<
kc
onfig
.h
>
#include
<
ks
hared
c
onfig
.h
>
#include
<
KC
onfig>
#include
<
KS
hared
C
onfig>
#include
<kuser.h>
#include
<
kc
onfig
g
roup
.h
>
#include
<
k
delibs4
c
onfig
m
igrator
.h
>
#include
<
KC
onfig
G
roup>
#include
<
K
delibs4
C
onfig
M
igrator>
#include
<QList>
#include
<QHostInfo>
...
...
@@ -40,7 +40,7 @@ static const char configKeyDefaultIdentity[] = "Default Identity";
#include
<QRegularExpression>
#include
<assert.h>
#include
<
kr
andom
.h
>
#include
<
KR
andom>
#include
"identitymanageradaptor.h"
...
...
src/identitymanager.h
View file @
ab9427c5
...
...
@@ -21,7 +21,7 @@
#define KIDENTITYMANAGER_IDENTITYMANAGER_H
#include
<kidentitymanagement_export.h>
#include
<
kc
onfig
g
roup
.h
>
#include
<
KC
onfig
G
roup>
#include
<QObject>
#include
<QVector>
...
...
src/signature.cpp
View file @
ab9427c5
...
...
@@ -22,10 +22,10 @@
#include
"signature.h"
#include
"kidentitymanagement_debug.h"
#include
<
kl
ocalized
s
tring
.h
>
#include
<
km
essage
b
ox
.h
>
#include
<
kc
onfig
g
roup
.h
>
#include
<
kp
rocess
.h
>
#include
<
KL
ocalized
S
tring>
#include
<
KM
essage
B
ox>
#include
<
KC
onfig
G
roup>
#include
<
KP
rocess>
#include
<QSharedPointer>
#include
<QImage>
...
...
src/signatureconfigurator.cpp
View file @
ab9427c5
...
...
@@ -20,15 +20,15 @@
#include
"signatureconfigurator.h"
#include
"identity.h"
#include
<
ka
ction
c
ollection
.h
>
#include
<
kl
ocalized
s
tring
.h
>
#include
<
KA
ction
C
ollection>
#include
<
KL
ocalized
S
tring>
#include
"kidentitymanagement_debug.h"
#include
<
kl
ine
e
dit
.h
>
#include
<
ku
rl
r
equester
.h
>
#include
<
ks
hell
c
ompletion
.h
>
#include
<
kt
ool
b
ar
.h
>
#include
<
KL
ine
E
dit>
#include
<
KU
rl
R
equester>
#include
<
KS
hell
C
ompletion>
#include
<
KT
ool
B
ar>
#include
<KMessageBox>
#include
<
krun.h
>
#include
<
KRun
>
#include
<QUrl>
#include
<KPIMTextEdit/RichTextComposer>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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