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
PIM Data Exporter
Commits
20fc6ff5
Commit
20fc6ff5
authored
May 26, 2020
by
Laurent Montel
Browse files
GIT_SILENT: coding style
parent
8b293d60
Changes
4
Hide whitespace changes
Inline
Side-by-side
core/autotests/akregator/importakregatorjobinterfacetest.cpp
View file @
20fc6ff5
...
...
@@ -51,7 +51,6 @@ ImportAkregatorJobInterfaceTest::ImportAkregatorJobInterfaceTest(QObject *parent
{
}
void
ImportAkregatorJobInterfaceTest
::
importAkegator_data
()
{
QTest
::
addColumn
<
QString
>
(
"zipFilePath"
);
...
...
core/autotests/mail/exportmailjobinterfacetest.cpp
View file @
20fc6ff5
...
...
@@ -188,5 +188,3 @@ void ExportMailJobInterfaceTest::exportMail()
file
->
start
();
delete
exportNote
;
}
core/autotests/mail/importmailjobinterfacetest.cpp
View file @
20fc6ff5
...
...
@@ -102,7 +102,6 @@ void ImportMailJobInterfaceTestImpl::addNewIdentity(const QString &name, KConfig
//TODO write identity ?
//TODO log it.
//mIdentityManager->commit();
}
void
ImportMailJobInterfaceTestImpl
::
importCustomMailTransport
(
const
QString
&
identifierValue
,
const
KConfigGroup
&
group
,
int
defaultTransport
,
int
transportId
)
...
...
core/mail/importmailjobinterface.cpp
View file @
20fc6ff5
...
...
@@ -1331,4 +1331,3 @@ void ImportMailJobInterface::convertCollectionStrToAkonadiId(const KSharedConfig
(
void
)
convertRealPathToCollection
(
eventGroup
,
key
,
false
);
}
}
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