mirror of https://github.com/procxx/kepka.git
Remove debug inline bot results marks.
This commit is contained in:
parent
dbb46ce9b0
commit
af0eebb6f1
|
@ -74,9 +74,6 @@ int PhotoData::validSizeIndex(PhotoSize size) const {
|
||||||
const auto index = PhotoSizeIndex(size);
|
const auto index = PhotoSizeIndex(size);
|
||||||
for (auto i = index; i != kPhotoSizeCount; ++i) {
|
for (auto i = index; i != kPhotoSizeCount; ++i) {
|
||||||
if (_images[i].location.valid()) {
|
if (_images[i].location.valid()) {
|
||||||
if (i != index) {
|
|
||||||
int a = 0; AssertIsDebug();
|
|
||||||
}
|
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -190,11 +190,6 @@ void Gif::paint(Painter &p, const QRect &clip, const PaintContext *context) cons
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
AssertIsDebug();
|
|
||||||
if (preview.usingThumbnail()) {
|
|
||||||
p.fillRect(QRect(r.topLeft(), QSize(20, 20)), Qt::green);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (radial
|
if (radial
|
||||||
|| _gif.isBad()
|
|| _gif.isBad()
|
||||||
|| (!_gif && !loaded && !loading && !preview.usingThumbnail())) {
|
|| (!_gif && !loaded && !loading && !preview.usingThumbnail())) {
|
||||||
|
|
Loading…
Reference in New Issue