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
KMailTransport
Commits
1796afac
Commit
1796afac
authored
Jul 07, 2017
by
Laurent Montel
😁
Browse files
Coding style
parent
d4593e6e
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/kmailtransportakonadi/plugins/akonadimailtransportplugin.cpp
View file @
1796afac
...
...
@@ -34,8 +34,8 @@ AkonadiMailTransportPlugin::AkonadiMailTransportPlugin(QObject *parent, const QL
:
MailTransport
::
TransportAbstractPlugin
(
parent
)
{
// Watch for appearing and disappearing types.
connect
(
AgentManager
::
self
(),
&
AgentManager
::
typeAdded
,
this
,
&
AkonadiMailTransportPlugin
::
slotUpdatePluginList
);
connect
(
AgentManager
::
self
(),
&
AgentManager
::
typeRemoved
,
this
,
&
AkonadiMailTransportPlugin
::
slotUpdatePluginList
);
connect
(
AgentManager
::
self
(),
&
AgentManager
::
typeAdded
,
this
,
&
AkonadiMailTransportPlugin
::
slotUpdatePluginList
);
connect
(
AgentManager
::
self
(),
&
AgentManager
::
typeRemoved
,
this
,
&
AkonadiMailTransportPlugin
::
slotUpdatePluginList
);
}
AkonadiMailTransportPlugin
::~
AkonadiMailTransportPlugin
()
...
...
src/kmailtransportakonadi/plugins/akonadimailtransportplugin.h
View file @
1796afac
...
...
@@ -22,8 +22,7 @@
#include <MailTransport/TransportAbstractPlugin>
#include <QVariant>
namespace
Akonadi
{
namespace
Akonadi
{
class
AgentType
;
}
...
...
src/kmailtransportakonadi/sentbehaviourattribute.cpp
View file @
1796afac
...
...
@@ -26,8 +26,8 @@ class SentBehaviourAttribute::Private
{
public:
Private
()
:
mBehaviour
(
SentBehaviourAttribute
::
MoveToDefaultSentCollection
)
,
mSilent
(
false
)
:
mBehaviour
(
SentBehaviourAttribute
::
MoveToDefaultSentCollection
)
,
mSilent
(
false
)
{
}
...
...
src/kmailtransportakonadi/transportattribute.cpp
View file @
1796afac
...
...
@@ -30,8 +30,8 @@ public:
Private
()
:
mId
(
-
1
)
{
}
int
mId
;
};
...
...
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