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
2be911fc
Commit
2be911fc
authored
May 06, 2020
by
Laurent Montel
Browse files
Fix synchronizeResource in test
parent
89e348e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/autotests/addressbook/importaddressbookjobinterfacetest.cpp
View file @
2be911fc
...
...
@@ -48,6 +48,7 @@ QString ImportAddressbookJobInterfaceTestImpl::createResource(const QString &res
void
ImportAddressbookJobInterfaceTestImpl
::
synchronizeResource
(
const
QStringList
&
lst
)
{
slotNextStep
();
//TODO
}
...
...
core/autotests/alarm/importalarmjobinterfacetest.cpp
View file @
2be911fc
...
...
@@ -48,6 +48,7 @@ QString ImportAlarmJobInterfaceTestImpl::createResource(const QString &resources
void
ImportAlarmJobInterfaceTestImpl
::
synchronizeResource
(
const
QStringList
&
lst
)
{
slotNextStep
();
//TODO
}
...
...
core/autotests/mail/importmailjobinterfacetest.cpp
View file @
2be911fc
...
...
@@ -43,6 +43,7 @@ Akonadi::Collection::Id ImportMailJobInterfaceTestImpl::convertFolderPathToColle
void
ImportMailJobInterfaceTestImpl
::
synchronizeResource
(
const
QStringList
&
lst
)
{
qDebug
()
<<
" void ImportMailJobInterfaceTestImpl::synchronizeResource(const QStringList &lst)"
<<
lst
;
slotNextStep
();
//TODO
}
...
...
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