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
KItinerary
Commits
b997cc41
Commit
b997cc41
authored
Nov 22, 2022
by
Volker Krause
Browse files
Trim phone numbers in post-processing as well
parent
82c302b7
Pipeline
#272778
passed with stage
in 3 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/extractorpostprocessor.cpp
View file @
b997cc41
...
...
@@ -592,7 +592,7 @@ QString ExtractorPostprocessorPrivate::processPhoneNumber(const QString &phoneNu
#else
Q_UNUSED
(
addr
)
#endif
return
phoneNumber
;
return
phoneNumber
.
simplified
()
;
}
QVariantList
ExtractorPostprocessorPrivate
::
processActions
(
QVariantList
actions
)
const
...
...
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