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
KDE PIM Add-ons
Commits
a4a17c34
Commit
a4a17c34
authored
Aug 05, 2020
by
Laurent Montel
😁
Browse files
Move variable where it's useful
parent
04d5e8a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/importexportplugins/gmx/gmximportexportplugininterface.cpp
View file @
a4a17c34
...
...
@@ -446,7 +446,6 @@ void GMXImportExportPluginInterface::doExport(QFile *fp, const KContacts::Addres
void
GMXImportExportPluginInterface
::
importGMX
()
{
KAddressBookImportExport
::
KAddressBookImportExportContactList
contactList
;
const
QString
fileName
=
QFileDialog
::
getOpenFileName
(
parentWidget
(),
QString
(),
QDir
::
homePath
(),
GMX_FILESELECTION_STRING
);
...
...
@@ -673,6 +672,7 @@ void GMXImportExportPluginInterface::importGMX()
}
file
.
close
();
KAddressBookImportExport
::
KAddressBookImportExportContactList
contactList
;
contactList
.
setAddressList
(
addresseeList
);
ImportExportEngine
*
engine
=
new
ImportExportEngine
(
this
);
...
...
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