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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user