Fix build with GCC.
This commit is contained in:
parent
7c46b292ac
commit
cbca78ff63
|
@ -165,7 +165,6 @@ void Userpic::refreshPhoto() {
|
||||||
void Userpic::createCache(Image *image) {
|
void Userpic::createCache(Image *image) {
|
||||||
const auto size = this->size();
|
const auto size = this->size();
|
||||||
const auto real = size * cIntRetinaFactor();
|
const auto real = size * cIntRetinaFactor();
|
||||||
auto options = Images::Option() | Images::Option::RoundCircle;
|
|
||||||
//_useTransparency
|
//_useTransparency
|
||||||
// ? (Images::Option::RoundLarge
|
// ? (Images::Option::RoundLarge
|
||||||
// | Images::Option::RoundSkipBottomLeft
|
// | Images::Option::RoundSkipBottomLeft
|
||||||
|
|
Loading…
Reference in New Issue