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
e3f1ff25
Commit
e3f1ff25
authored
Aug 03, 2020
by
Laurent Montel
😁
Browse files
Const'ify
parent
dd1de1d5
Pipeline
#29493
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/importexportplugins/gmx/gmximportexportplugininterface.cpp
View file @
e3f1ff25
...
...
@@ -447,7 +447,7 @@ void GMXImportExportPluginInterface::doExport(QFile *fp, const KContacts::Addres
void
GMXImportExportPluginInterface
::
importGMX
()
{
KAddressBookImportExport
::
KAddressBookImportExportContactList
contactList
;
QString
fileName
const
QString
fileName
=
QFileDialog
::
getOpenFileName
(
parentWidget
(),
QString
(),
QDir
::
homePath
(),
GMX_FILESELECTION_STRING
);
if
(
fileName
.
isEmpty
())
{
...
...
Write
Preview
Markdown
is supported
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