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
16aecd95
Commit
16aecd95
authored
Mar 08, 2022
by
Laurent Montel
Browse files
Fix compile without depercated method
parent
e75f012d
Pipeline
#146713
passed with stages
in 3 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
16aecd95
...
...
@@ -104,7 +104,7 @@ endif()
add_definitions
(
-DTRANSLATION_DOMAIN=\"kitinerary\"
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
1
.0
)
ecm_set_disabled_deprecation_versions
(
QT 5.15.2 KF 5.9
2
.0
)
...
...
src/lib/calendarhandler.cpp
View file @
16aecd95
...
...
@@ -47,7 +47,7 @@ static QString formatAddress(const PostalAddress &addr)
a
.
setLocality
(
addr
.
addressLocality
());
a
.
setRegion
(
addr
.
addressRegion
());
a
.
setCountry
(
addr
.
addressCountry
());
return
a
.
formatted
Address
(
);
return
a
.
formatted
(
KContacts
::
AddressFormatStyle
::
Postal
);
}
static
QString
formatAddressSingleLine
(
const
PostalAddress
&
addr
)
...
...
Volker Krause
@vkrause
mentioned in commit
a8d390d4
·
Mar 12, 2022
mentioned in commit
a8d390d4
mentioned in commit a8d390d43de7cd12b0af4e35605e5cf52bd317ed
Toggle commit list
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