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
Akonadi Contacts
Commits
a98fee54
Commit
a98fee54
authored
Aug 25, 2020
by
Laurent Montel
😁
Browse files
Fix indent
parent
c2f1d6e5
Pipeline
#31695
passed with stage
in 40 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/akonadi-contacts/contactviewer.cpp
View file @
a98fee54
...
...
@@ -130,7 +130,7 @@ public:
addr
.
setPhoto
(
KContacts
::
Picture
());
addr
.
setLogo
(
KContacts
::
Picture
());
const
QString
data
=
QString
::
fromUtf8
(
converter
.
createVCard
(
addr
));
if
(
mQRCode
)
{
if
(
mQRCode
)
{
mQRCode
->
setData
(
data
);
mBrowser
->
document
()
->
addResource
(
QTextDocument
::
ImageResource
,
QUrl
(
QStringLiteral
(
"qrcode"
)),
...
...
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