2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

QDrag exec moved to timeout for 0.8.34.dev

This commit is contained in:
John Preston
2015-06-28 16:16:25 +03:00
parent 51451181f8
commit 9c91bc1677
5 changed files with 14 additions and 7 deletions

View File

@@ -2458,7 +2458,7 @@ namespace Local {
set.stickers.reserve(scnt);
QMap<uint64, bool> read;
for (uint32 j = 0; j < scnt; ++j) {
for (int32 j = 0; j < scnt; ++j) {
quint64 id, access;
QString name, mime, alt;
qint32 date, dc, size, width, height, type, typeOfSet;