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
c1dd93e5
Commit
c1dd93e5
authored
Jun 23, 2017
by
Laurent Montel
Browse files
Coding style
parent
5d1994f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/addressbook/importaddressbookjob.cpp
View file @
c1dd93e5
...
...
@@ -81,8 +81,8 @@ void ImportAddressbookJob::restoreResources()
increaseProgressDialog
();
QStringList
listResource
;
listResource
<<
restoreResourceFile
(
QStringLiteral
(
"akonadi_vcard_resource"
),
Utils
::
addressbookPath
(),
QStandardPaths
::
writableLocation
(
QStandardPaths
::
GenericDataLocation
)
+
QLatin1String
(
"/share/kaddressbook/"
));
<<
restoreResourceFile
(
QStringLiteral
(
"akonadi_vcard_resource"
),
Utils
::
addressbookPath
(),
QStandardPaths
::
writableLocation
(
QStandardPaths
::
GenericDataLocation
)
+
QLatin1String
(
"/share/kaddressbook/"
));
if
(
!
mListResourceFile
.
isEmpty
())
{
QDir
dir
(
mTempDirName
);
...
...
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