Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
a0655e08
Commit
a0655e08
authored
Feb 16, 2012
by
Max-Wilhelm Bruker
Browse files
hq picture fix
parent
5692addf
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/carddatabase.cpp
View file @
a0655e08
...
@@ -143,8 +143,10 @@ void PictureLoader::startNextPicDownload()
...
@@ -143,8 +143,10 @@ void PictureLoader::startNextPicDownload()
picUrl
=
cardBeingDownloaded
.
getCard
()
->
getPicURLSt
(
cardBeingDownloaded
.
getSetName
());
picUrl
=
cardBeingDownloaded
.
getCard
()
->
getPicURLSt
(
cardBeingDownloaded
.
getSetName
());
else
if
(
cardBeingDownloaded
.
getHq
())
{
else
if
(
cardBeingDownloaded
.
getHq
())
{
picUrl
=
cardBeingDownloaded
.
getCard
()
->
getPicURLHq
(
cardBeingDownloaded
.
getSetName
());
picUrl
=
cardBeingDownloaded
.
getCard
()
->
getPicURLHq
(
cardBeingDownloaded
.
getSetName
());
if
(
picUrl
.
isEmpty
())
if
(
picUrl
.
isEmpty
())
{
picUrl
=
cardBeingDownloaded
.
getCard
()
->
getPicURL
(
cardBeingDownloaded
.
getSetName
());
picUrl
=
cardBeingDownloaded
.
getCard
()
->
getPicURL
(
cardBeingDownloaded
.
getSetName
());
cardBeingDownloaded
.
setHq
(
false
);
}
}
else
}
else
picUrl
=
cardBeingDownloaded
.
getCard
()
->
getPicURL
(
cardBeingDownloaded
.
getSetName
());
picUrl
=
cardBeingDownloaded
.
getCard
()
->
getPicURL
(
cardBeingDownloaded
.
getSetName
());
QUrl
url
(
picUrl
);
QUrl
url
(
picUrl
);
...
...
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