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
Plasma
Discover
Commits
c4e23c69
Commit
c4e23c69
authored
Feb 23, 2022
by
Aleix Pol Gonzalez
🐧
Browse files
--warning
parent
8a778717
Pipeline
#141530
passed with stage
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/FlatpakBackend/FlatpakBackend.cpp
View file @
c4e23c69
...
...
@@ -296,7 +296,7 @@ public:
}
QNetworkRequest
req
(
m_url
);
req
.
setAttribute
(
QNetworkRequest
::
Follow
Redirect
s
Attribute
,
true
);
req
.
setAttribute
(
QNetworkRequest
::
Redirect
Policy
Attribute
,
QNetworkRequest
::
NoLessSafeRedirectPolicy
);
auto
replyGet
=
get
(
req
);
connect
(
replyGet
,
&
QNetworkReply
::
finished
,
this
,
[
this
,
replyGet
]
{
QScopedPointer
<
QNetworkReply
,
QScopedPointerDeleteLater
>
replyPtr
(
replyGet
);
...
...
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